aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_default.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2009-02-05 03:10:23 +0000
committerrvelices <rv-github@modusoptimus.com>2009-02-05 03:10:23 +0000
commit612c9906fbfcec66ba0e2690de1785488c186150 (patch)
treebc717fd8b566dba0454d85c3ed5f285794d94140 /include/category_default.inc.php
parente34c68cb891bf7382958056d4d3c9e56cf6f4a43 (diff)
- fix issue on my previous commit
git-svn-id: http://piwigo.org/svn/trunk@3128 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/category_default.inc.php')
-rw-r--r--include/category_default.inc.php2
1 files changed, 1 insertions, 1 deletions
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);
}