this should be lowercase
This commit is contained in:
parent
229f181370
commit
4e01a116ad
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class NumericScore implements Extension {
|
|||
|
||||
$sql =
|
||||
"SELECT *
|
||||
FROM IMAGES
|
||||
FROM images
|
||||
";
|
||||
if($event->page_matches("popular_by_day")){
|
||||
if(int_escape($event->get_arg(0)) == 0){
|
||||
|
|
Reference in a new issue