From 14f3e134e7555271beb4eed07ce2eb4434e62d3e Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 3 Feb 2012 21:33:47 +0000 Subject: feature 2561: fix links on album administration screens git-svn-id: http://piwigo.org/svn/trunk@13025 68402e56-0260-453c-a942-63ccdbb3a9ee --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 0af394c66..042d952e3 100644 --- a/index.php +++ b/index.php @@ -180,8 +180,7 @@ if (isset($page['category']) and is_admin()) { $template->assign( 'U_EDIT', - get_root_url().'admin.php?page=cat_modify' - .'&cat_id='.$page['category']['id'] + get_root_url().'admin.php?page=album-'.$page['category']['id'] ); } -- cgit v1.2.3