summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2021-02-05 15:37:37 -0500
committerspiderr <spiderr@bitweaver.org>2021-02-05 15:37:37 -0500
commitc1416485772387fcf01c4ecd8db8991ebd8c7528 (patch)
treec09a901c9fe1cf9d955795efea436b5771c4826b
parenta74903cf7c7074e74901cfb47fa3e67631a77cde (diff)
downloadliberty-c1416485772387fcf01c4ecd8db8991ebd8c7528.tar.gz
liberty-c1416485772387fcf01c4ecd8db8991ebd8c7528.tar.bz2
liberty-c1416485772387fcf01c4ecd8db8991ebd8c7528.zip
Update INCLUDE paths
-rw-r--r--includes/liberty_lib.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/liberty_lib.php b/includes/liberty_lib.php
index 6d1c7cc..609fca4 100644
--- a/includes/liberty_lib.php
+++ b/includes/liberty_lib.php
@@ -406,8 +406,8 @@ function liberty_content_display( $pObject, &$pParamHash ) {
* @return void
*/
function liberty_content_edit( $pObject ) {
- include_once( LIBERTY_PKG_PATH.'edit_help_inc.php' );
- include_once( LIBERTY_PKG_PATH."edit_storage_inc.php" );
+ include_once( LIBERTY_PKG_INCLUDE_PATH.'edit_help_inc.php' );
+ include_once( LIBERTY_PKG_INCLUDE_PATH."edit_storage_inc.php" );
}