From 874b3382f3fee2554822729df6984472d90ee254 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 16 Aug 2014 22:40:24 +0000 Subject: [PATCH] Move the Backup tool under the Advanced menu --- app/backup/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/backup/app_config.php b/app/backup/app_config.php index 6ec48ba57e..eb53aefdfc 100755 --- a/app/backup/app_config.php +++ b/app/backup/app_config.php @@ -32,7 +32,7 @@ $apps[$x]['menu'][0]['title']['pt-pt'] = ""; $apps[$x]['menu'][0]['title']['pt-br'] = ""; $apps[$x]['menu'][0]['uuid'] = "7e174c3c-e494-4bb0-a52a-4ea55209ffeb"; - $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; + $apps[$x]['menu'][0]['parent_uuid'] = "b4750c3f-2a86-b00d-b7d0-345c14eca286"; $apps[$x]['menu'][0]['category'] = "internal"; $apps[$x]['menu'][0]['path'] = "/app/backup/index.php"; $apps[$x]['menu'][0]['groups'][] = "superadmin";