summaryrefslogtreecommitdiffstats
path: root/console.php
diff options
context:
space:
mode:
Diffstat (limited to 'console.php')
-rw-r--r--console.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/console.php b/console.php
index 8765b176ac7..3c68429cbd4 100644
--- a/console.php
+++ b/console.php
@@ -45,7 +45,7 @@ function exceptionHandler($exception) {
exit(1);
}
try {
- require_once 'lib/base.php';
+ require_once __DIR__ . '/lib/base.php';
// set to run indefinitely if needed
set_time_limit(0);