standard post linking - avoid the word "Image"
This commit is contained in:
@ -162,7 +162,7 @@ class NumericScore extends Extension
|
||||
public function onNumericScoreSet(NumericScoreSetEvent $event)
|
||||
{
|
||||
global $user;
|
||||
log_debug("numeric_score", "Rated Image #{$event->image_id} as {$event->score}", "Rated Image");
|
||||
log_debug("numeric_score", "Rated >>{$event->image_id} as {$event->score}", "Rated Image");
|
||||
$this->add_vote($event->image_id, $user->id, $event->score);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user