summaryrefslogtreecommitdiff
path: root/structure_edit.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2025-08-27 15:15:48 +0100
committerlsces <lester@lsces.co.uk>2025-08-27 15:15:48 +0100
commit407bc340dc419e4448656764ac95e9d90482a867 (patch)
treeec3d499580a631213610c101e88ee0a546e9989a /structure_edit.php
parent6e4c7248e7e20a203b2047dfba7af9fc068d9c42 (diff)
downloadliberty-407bc340dc419e4448656764ac95e9d90482a867.tar.gz
liberty-407bc340dc419e4448656764ac95e9d90482a867.tar.bz2
liberty-407bc340dc419e4448656764ac95e9d90482a867.zip
Kernel functions changes to cover uninitialized variables and style changes for PHP8.4
Diffstat (limited to 'structure_edit.php')
-rwxr-xr-x[-rw-r--r--]structure_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/structure_edit.php b/structure_edit.php
index 7ae244b..bdc0cfb 100644..100755
--- a/structure_edit.php
+++ b/structure_edit.php
@@ -12,5 +12,5 @@
// wiki books also use structure_edit_inc.php
-require_once( '../kernel/includes/setup_inc.php' );
+require_once '../kernel/includes/setup_inc.php';
include_once( LIBERTY_PKG_INCLUDE_PATH.'structure_edit_inc.php');