aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-02-03 21:33:47 +0000
committerplegall <plg@piwigo.org>2012-02-03 21:33:47 +0000
commit14f3e134e7555271beb4eed07ce2eb4434e62d3e (patch)
tree78a6794ea7af5d9136684323c0a10237e76c2690 /index.php
parent4264acc26668d0a395e98890ed79e5da1f9cc322 (diff)
feature 2561: fix links on album administration screens
git-svn-id: http://piwigo.org/svn/trunk@13025 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
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'
- .'&amp;cat_id='.$page['category']['id']
+ get_root_url().'admin.php?page=album-'.$page['category']['id']
);
}