mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-29 20:59:59 +03:00
This commit is contained in:
parent
b31d68fbd9
commit
ba264c5743
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue