Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Giraffaman committed Apr 12, 2024
1 parent a13fd0a commit c7977f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/rating/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function onRatingSet(RatingSetEvent $event): void
$old_rating = $event->image['rating'];
error_log("ratings: old rating is ".$old_rating);
}
error_log("ratings: calling set_rating for image ".$event->image.id.", new rating ".$event->rating.", old rating ".$old_rating);
error_log("ratings: calling set_rating for image ".$event->image->id.", new rating ".$event->rating.", old rating ".$old_rating);
$this->set_rating($event->image->id, $event->rating, $old_rating);
}

Expand Down

0 comments on commit c7977f7

Please sign in to comment.