summaryrefslogtreecommitdiffstats
path: root/Autoload.php.in
diff options
context:
space:
mode:
Diffstat (limited to 'Autoload.php.in')
-rw-r--r--Autoload.php.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Autoload.php.in b/Autoload.php.in
index 98b2e99..2f422fb 100644
--- a/Autoload.php.in
+++ b/Autoload.php.in
@@ -18,7 +18,7 @@ spl_autoload_register(
___CLASSLIST___
);
- $path = dirname(dirname(__FILE__));
+ $path = __DIR__;
}
$cn = strtolower($class);