summaryrefslogtreecommitdiff
path: root/src/site.clj
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-11-17 01:10:53 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-11-17 01:10:53 -0500
commit4fc9adaa91c8e09e2f34d9d54de50ca70626ceba (patch)
treed3e2eea9760a00aeca0eebec362246af63c9495f /src/site.clj
parent2e1afb150bb28c26f63392ea7dc37567c1950528 (diff)
parente9e057b6231a7544e3f7fb2007abe23c7aab224a (diff)
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'src/site.clj')
-rw-r--r--src/site.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index c492336..f6d7076 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -677,7 +677,7 @@ ORDER BY cnt DESC
mute (resp-error (format-mute mute))
:else
(let [content (validated-content content session)
- msg-id (msg-db user-id (room :room_id) content)]
+ msg-id (msg-db user-id (room :room_id) content)]
(dosync
(if (not (contains? (ensure (room :users)) nick))
(login-user (user-struct-from-session session) room))