aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/functions.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-05-03 20:13:03 +0000
committerplegall <plg@piwigo.org>2010-05-03 20:13:03 +0000
commit322d34507796654caf9e691f5a972b63be5434f2 (patch)
treeb646da266aa949e2eb0791a8d44ec396702ba98b /admin/include/functions.php
parent3be918de4da10a6a92507604d7c0063dddc6e8b5 (diff)
bug 1641 fixed: Admin>Categories>Synchronize moved to Admin>Tools>Synchronize
(the same for the Site Manager). The big "Quick Synchro" button is kept on administration homepage. A link to the Synchronize screen was added into Admin>Photos>Add>FTP+Synchro screen. git-svn-id: http://piwigo.org/svn/trunk@6056 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include/functions.php')
-rw-r--r--admin/include/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php
index d0ea59822..d6a1d5fee 100644
--- a/admin/include/functions.php
+++ b/admin/include/functions.php
@@ -1913,8 +1913,6 @@ function get_active_menu($menu_page)
case 'picture_modify':
return 0;
- case 'site_manager':
- case 'site_update':
case 'cat_list':
case 'cat_modify':
case 'cat_move':
@@ -1936,6 +1934,8 @@ function get_active_menu($menu_page)
case 'plugin':
return 3;
+ case 'site_manager':
+ case 'site_update':
case 'stats':
case 'history':
case 'maintenance':