diff options
Diffstat (limited to 'edit_structure.php')
| -rwxr-xr-x | edit_structure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_structure.php b/edit_structure.php index 4c37108..b818cf9 100755 --- a/edit_structure.php +++ b/edit_structure.php @@ -31,4 +31,4 @@ $verifyStructurePermission = 'p_pigeonholes_create'; 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' ));
\ No newline at end of file +$gBitSystem->display( 'bitpackage:pigeonholes/edit_structure.tpl', $gStructure->mInfo["title"] , [ 'display_mode' => 'edit' ]);
\ No newline at end of file |
