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 8c42d20 commit 832294b
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 @@ -696,7 +696,7 @@ private function set_rating(int $image_id, string $rating, string $old_rating):
if ($old_rating != $rating) {
$database->execute("UPDATE images SET rating=:rating WHERE id=:id", ['rating' => $rating, 'id' => $image_id]);
#log_info("rating", "Rating for >>{$image_id} set to: ".$this->rating_to_human($rating));
error_log("rating", "Rating for >>{$image_id} set to: ".$this->rating_to_human($rating));
error_log("Rating for >>{$image_id} set to: ".$this->rating_to_human($rating));
}
}
}

0 comments on commit 832294b

Please sign in to comment.