summaryrefslogtreecommitdiff
path: root/menu_sort.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:15 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:15 -0500
commit26c1c5191b4b4167e0084f96e47afa4cb2a5eaa7 (patch)
tree2d6ac6ef21cd9feb70dfc3448024e42259e21699 /menu_sort.php
parent58d868c3dc7cb1298e42c50350cb00eb72270838 (diff)
downloadnexus-26c1c5191b4b4167e0084f96e47afa4cb2a5eaa7.tar.gz
nexus-26c1c5191b4b4167e0084f96e47afa4cb2a5eaa7.tar.bz2
nexus-26c1c5191b4b4167e0084f96e47afa4cb2a5eaa7.zip
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'menu_sort.php')
-rw-r--r--menu_sort.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_sort.php b/menu_sort.php
index 63290db..039d6e8 100644
--- a/menu_sort.php
+++ b/menu_sort.php
@@ -12,7 +12,7 @@
require_once( '../kernel/setup_inc.php' );
global $gBitSystem;
require_once( NEXUS_PKG_PATH.'Nexus.php');
-include_once( NEXUS_PKG_PATH.'menu_lookup_inc.php' );
+include_once( NEXUS_PKG_INCLUDE_PATH.'menu_lookup_inc.php' );
$gBitSystem->verifyPermission( 'p_nexus_create_menus' );