mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Merged revision(s) 28924 from trunk:
bug 3061: manual order becomes automatic order git-svn-id: http://piwigo.org/svn/branches/2.6@28925 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -156,7 +156,7 @@ SELECT *
|
||||
;';
|
||||
$category = pwg_db_fetch_assoc(pwg_query($query));
|
||||
|
||||
if ($category['image_order']=='rank')
|
||||
if ($category['image_order']=='rank ASC')
|
||||
{
|
||||
$image_order_choice = 'rank';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user