standard post linking - avoid the word "Image"

This commit is contained in:
Shish
2020-10-09 13:47:42 +01:00
parent d00569431b
commit 7b3ab71b1e
13 changed files with 20 additions and 20 deletions

View File

@ -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);
}