diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-12 13:53:34 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-12 13:53:34 -0500 |
| commit | 339118bc1ca31133eb9c40f50462ec4353ae03ad (patch) | |
| tree | b927122f1f21c32dae7ee7943aecb25a8b7d92c2 /edit_pigeonholes.php | |
| parent | e85a6b8812ba785c4f792f5737f21b56df0994ce (diff) | |
| download | pigeonholes-339118bc1ca31133eb9c40f50462ec4353ae03ad.tar.gz pigeonholes-339118bc1ca31133eb9c40f50462ec4353ae03ad.tar.bz2 pigeonholes-339118bc1ca31133eb9c40f50462ec4353ae03ad.zip | |
rename *_structure to structure_*
Diffstat (limited to 'edit_pigeonholes.php')
| -rw-r--r-- | edit_pigeonholes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php index de2ad5c..1a4ca21 100644 --- a/edit_pigeonholes.php +++ b/edit_pigeonholes.php @@ -28,7 +28,7 @@ include_once( PIGEONHOLES_PKG_INCLUDE_PATH.'lookup_pigeonholes_inc.php' ); if( !empty( $_REQUEST["structure_id"] ) && ( empty( $_REQUEST['action'] ) || $_REQUEST['action'] != 'remove' ) ) { $verifyStructurePermission = 'p_pigeonholes_create'; $noAjaxContent = TRUE; - include_once( LIBERTY_PKG_INCLUDE_PATH.'edit_structure_inc.php' ); + include_once( LIBERTY_PKG_INCLUDE_PATH.'structure_edit_inc.php' ); // get all the nodes in this structure foreach( $rootTree as $node ) { |
