From e3fb29f198191550ea2c729c56abec02f697de90 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 23 Sep 2013 19:36:17 +0000 Subject: [PATCH] Dump an extra tab. --- app/settings/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings/app_config.php b/app/settings/app_config.php index 6972f0c872..134499fedc 100644 --- a/app/settings/app_config.php +++ b/app/settings/app_config.php @@ -34,7 +34,7 @@ $apps[$x]['menu'][0]['category'] = 'internal'; $apps[$x]['menu'][0]['path'] = '/app/settings/setting_edit.php'; $apps[$x]['menu'][0]['groups'][] = 'superadmin'; - + //permission details $apps[$x]['permissions'][0]['name'] = 'setting_view'; $apps[$x]['permissions'][0]['groups'][] = 'superadmin';