From f21381c236e915d45419696bb3754d6f651c8867 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 9 Nov 2012 10:43:32 +0000 Subject: [PATCH] Remove v_ from file name used in the menu path for virtual tables. --- app/virtual_tables/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/virtual_tables/app_config.php b/app/virtual_tables/app_config.php index d5964c0a0a..4ddc7e12e9 100644 --- a/app/virtual_tables/app_config.php +++ b/app/virtual_tables/app_config.php @@ -32,7 +32,7 @@ $apps[$x]['menu'][0]['uuid'] = '6be94b46-2126-947f-2365-0bea23651a6b'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; - $apps[$x]['menu'][0]['path'] = '/app/virtual_tables/v_virtual_tables.php'; + $apps[$x]['menu'][0]['path'] = '/app/virtual_tables/virtual_tables.php'; $apps[$x]['menu'][0]['groups'][] = 'admin'; $apps[$x]['menu'][0]['groups'][] = 'superadmin';