From 612c9906fbfcec66ba0e2690de1785488c186150 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 5 Feb 2009 03:10:23 +0000 Subject: - fix issue on my previous commit git-svn-id: http://piwigo.org/svn/trunk@3128 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/category_default.inc.php') diff --git a/include/category_default.inc.php b/include/category_default.inc.php index c83d5cd00..025adcc40 100644 --- a/include/category_default.inc.php +++ b/include/category_default.inc.php @@ -47,7 +47,7 @@ SELECT * $result = pwg_query($query); while ($row = mysql_fetch_assoc($result)) { - $row['rank'] = $page['rank_of'][ $row['id'] ]; + $row['rank'] = $rank_of[ $row['id'] ]; array_push($pictures, $row); } -- cgit v1.2.3