diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-06-22 14:15:08 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-06-22 14:15:08 -0400 |
| commit | dd69164d5f9d992ae0baa424987d3ead82627618 (patch) | |
| tree | 244adb37d984e7521b67e1e22149db9f950684e8 | |
| parent | 807e664aa86186f55bc54f44a2c50728a89021f9 (diff) | |
fix uhoh
| -rw-r--r-- | src/site.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site.clj b/src/site.clj index 0e543a1..bbaeff9 100644 --- a/src/site.clj +++ b/src/site.clj @@ -584,8 +584,8 @@ FROM users u (.setAttribute "json_user_nick" (if nick (json-str nick) "null")) (.setAttribute "version" *chat-version-number*) (.setAttribute "roomname" (room :name)) - (.setAttribute "timestamp" now) - (.toString))) + (.setAttribute "timestamp" now)) + (.toString st)) [404 "UNKNOWN PAGE"])) (defn validated-chat [session room-key template] |
