From 4938b8b2a430695f9427d798e5df3b85ceddb4b5 Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 19 Jan 2007 06:50:46 +0000 Subject: Issue 0000615: End of page replaced by icon/page_end.png Only if + than 9 categories Bug removed for new galleries... git-svn-id: http://piwigo.org/svn/trunk@1738 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/cat_list.php') diff --git a/admin/cat_list.php b/admin/cat_list.php index 6b1ff40bb..5b2bd5f28 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -318,7 +318,7 @@ foreach ($categories as $category) } } // Add a link to Page bottom only if needed (10 or more categories) -if ( $category['rank'] > 9 ) +if ( isset($category['rank']) and $category['rank'] > 9 ) { $template->assign_block_vars('eop_link', array('ICON'=>'Displayed')); } -- cgit v1.2.3