summaryrefslogtreecommitdiff
path: root/localized_js.php
diff options
context:
space:
mode:
Diffstat (limited to 'localized_js.php')
-rw-r--r--localized_js.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/localized_js.php b/localized_js.php
index 24846a320..46dbe2961 100644
--- a/localized_js.php
+++ b/localized_js.php
@@ -1,6 +1,6 @@
<?php
- set_include_path(get_include_path() . PATH_SEPARATOR .
- dirname(__FILE__) . "/include");
+ set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
+ get_include_path());
define('DISABLE_SESSIONS', true);