summaryrefslogtreecommitdiff
path: root/src/site.clj
diff options
context:
space:
mode:
authorScott Ostler <sbsotler@gmail.com>2010-11-15 01:54:43 -0800
committerScott Ostler <sbsotler@gmail.com>2010-11-15 01:54:43 -0800
commitc37bcf6d26abf3fdadd41deda24b020b71627630 (patch)
treeaa9079d58b55d0f896df2e848a423cca2f0e7caa /src/site.clj
parent9b5fb453d7fbe79918fe012badbf6a515092cb48 (diff)
Moved constants to config.clj
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 4c3560e..5d7f9a3 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))