diff options
Diffstat (limited to 'edit_structure.php')
| -rw-r--r-- | edit_structure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_structure.php b/edit_structure.php index 5d80779..9e3ff77 100644 --- a/edit_structure.php +++ b/edit_structure.php @@ -31,7 +31,7 @@ $gBitThemes->loadJavascript( UTIL_PKG_PATH.'javascript/libs/mygosu/DynamicTreeBu include_once( PIGEONHOLES_PKG_INCLUDE_PATH.'lookup_pigeonholes_inc.php' ); $verifyStructurePermission = 'p_pigeonholes_create'; -include_once( LIBERTY_PKG_INCLUDE_PATH.'edit_structure_inc.php' ); +include_once( LIBERTY_PKG_INCLUDE_PATH.'structure_edit_inc.php' ); // Display the template $gBitSystem->display( 'bitpackage:pigeonholes/edit_structure.tpl', $gStructure->mInfo["title"] , array( 'display_mode' => 'edit' )); |
