From 53522d541178c182d5926cffd56c00edeed37b7b Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 27 Apr 2007 04:23:08 +0000 Subject: merge r1983 from trunk to branch-1_7 category image order not correct git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1984 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/section_init.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/section_init.inc.php') diff --git a/include/section_init.inc.php b/include/section_init.inc.php index 34d02c1b7..24efb8319 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -224,9 +224,9 @@ if ('categories' == $page['section']) ) ) { - if ( !empty($result['image_order']) and !isset($page['super_order_by']) ) + if ( !empty($page['category']['image_order']) and !isset($page['super_order_by']) ) { - $conf[ 'order_by' ] = ' ORDER BY '.$result['image_order']; + $conf[ 'order_by' ] = ' ORDER BY '.$page['category']['image_order']; } if (isset($page['flat'])) -- cgit v1.2.3