From f8d88c2c67e194ec34b6acd7b95ab587eb65f636 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 28 Feb 2011 11:28:42 +0000 Subject: [PATCH] log image votes --- contrib/numeric_score/main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/numeric_score/main.php b/contrib/numeric_score/main.php index 982b42f0..701b888b 100644 --- a/contrib/numeric_score/main.php +++ b/contrib/numeric_score/main.php @@ -54,6 +54,7 @@ class NumericScore implements Extension { } if($event instanceof NumericScoreSetEvent) { + log_info("numeric_score", "Rated Image #{$event->image_id} as {$event->score}"); $this->add_vote($event->image_id, $user->id, $event->score); }