summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2021-02-13 22:01:39 -0500
committerspiderr <spiderr@bitweaver.org>2021-02-13 22:01:39 -0500
commitf440f3bd7d89ef9c07a41f3d680ce0c0bbdf858a (patch)
treefc754e13620e35438a5a6b618a25015d0becce6b
parentd6bce71fc65f8d2f3036f8801f2a201777595c43 (diff)
downloadckeditor-f440f3bd7d89ef9c07a41f3d680ce0c0bbdf858a.tar.gz
ckeditor-f440f3bd7d89ef9c07a41f3d680ce0c0bbdf858a.tar.bz2
ckeditor-f440f3bd7d89ef9c07a41f3d680ce0c0bbdf858a.zip
update package_path in bit_setup_inc
-rw-r--r--includes/bit_setup_inc.php (renamed from bit_setup_inc.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bit_setup_inc.php b/includes/bit_setup_inc.php
index cad9e22..1008fe4 100644
--- a/bit_setup_inc.php
+++ b/includes/bit_setup_inc.php
@@ -3,7 +3,7 @@ global $gBitSystem, $gBitThemes;
$registerHash = array(
'package_name' => 'ckeditor',
- 'package_path' => dirname( __FILE__ ).'/',
+ 'package_path' => dirname( dirname( __FILE__ ) ).'/',
);
$gBitSystem->registerPackage( $registerHash );