forked from Cavemanon/cavepaintings
very classy
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
class NumericScoreTheme extends Themelet {
|
||||
public function get_voter_html($image) {
|
||||
public function get_voter_html(Image $image) {
|
||||
$i_image_id = int_escape($image->id);
|
||||
$i_score = int_escape($image->numeric_score);
|
||||
|
||||
|
Reference in New Issue
Block a user