mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
This commit is contained in:
@@ -109,7 +109,7 @@ SELECT *
|
||||
;';
|
||||
$category = pwg_db_fetch_assoc(pwg_query($query));
|
||||
|
||||
if ($category['image_order']=='rank ASC')
|
||||
if ($category['image_order']=='rank ASC' or $category['image_order']=='`rank` ASC')
|
||||
{
|
||||
$image_order_choice = 'rank';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user