diff options
| -rw-r--r-- | includes/liberty_lib.php | 4 |
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" ); } |
