summaryrefslogtreecommitdiff
path: root/db-updater.php
diff options
context:
space:
mode:
Diffstat (limited to 'db-updater.php')
-rw-r--r--db-updater.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db-updater.php b/db-updater.php
index 216986f39..e6b3db06a 100644
--- a/db-updater.php
+++ b/db-updater.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());
require_once "functions.php";
require_once "sessions.php";