summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2022-07-18 15:10:57 -0400
committerspiderr <spiderr@bitweaver.org>2022-07-18 15:10:57 -0400
commitc28569dbf6d11376b4ea0806097685cfbbdc1d01 (patch)
tree7e7b2b2b104f869499a5707730ffdef5a03301c0 /admin
parent9a4552876a22ab2466ac9297af11db59e7857af9 (diff)
downloadthemes-c28569dbf6d11376b4ea0806097685cfbbdc1d01.tar.gz
themes-c28569dbf6d11376b4ea0806097685cfbbdc1d01.tar.bz2
themes-c28569dbf6d11376b4ea0806097685cfbbdc1d01.zip
fix INCLUDE path for simple_form_functions_lib.php in admin themes
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_themes_manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin_themes_manager.php b/admin/admin_themes_manager.php
index 4c27db6..4a59854 100644
--- a/admin/admin_themes_manager.php
+++ b/admin/admin_themes_manager.php
@@ -1,6 +1,6 @@
<?php
require_once( '../../kernel/includes/setup_inc.php' );
-require_once( KERNEL_PKG_PATH.'simple_form_functions_lib.php' );
+require_once( KERNEL_PKG_INCLUDE_PATH.'simple_form_functions_lib.php' );
$gBitSystem->verifyPermission( 'p_admin' );