From 15515695a117b1593589c9dc155b55fe67d3bdee Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 5 Feb 2009 03:10:59 +0000 Subject: - fix issue on my previous commit git-svn-id: http://piwigo.org/svn/branches/2.0@3129 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