summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/site.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index 3026108..b7b8787 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -452,7 +452,7 @@ WHERE user_id IN
(.setAttribute st "debug_log_items" (logger))
(.toString st))))
-(defn user-log-handler [session nick date msg-id template]
+(defn user-log-handler [session nick date msg-id]
(generic-profile-handler session nick date msg-id
user-log
(fn [u] (redirect-to (str "/" (:nick u))))