summaryrefslogtreecommitdiff
path: root/switch_lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'switch_lang.php')
-rw-r--r--switch_lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/switch_lang.php b/switch_lang.php
index a4b4068..b31d0d4 100644
--- a/switch_lang.php
+++ b/switch_lang.php
@@ -9,7 +9,7 @@
* Initialization
*/
require_once( '../kernel/setup_inc.php' );
-include_once( KERNEL_PKG_PATH.'BitBase.php' );
+include_once( KERNEL_PKG_CLASS_PATH.'BitBase.php' );
if (isset($_SERVER['HTTP_REFERER'])) {
$orig_url = $_SERVER['HTTP_REFERER'];