flash messages everywhere~

This commit is contained in:
Shish
2012-06-10 04:21:03 +01:00
parent 61754b8dfe
commit 239e028662
10 changed files with 50 additions and 11 deletions

View File

@ -174,7 +174,7 @@ class NumericScore extends Extension {
public function onNumericScoreSet(NumericScoreSetEvent $event) {
global $user;
log_debug("numeric_score", "Rated Image #{$event->image_id} as {$event->score}");
log_debug("numeric_score", "Rated Image #{$event->image_id} as {$event->score}", true);
$this->add_vote($event->image_id, $user->id, $event->score);
}