summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/autoload.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/autoload.php b/include/autoload.php
index 40c63d547..505b44477 100644
--- a/include/autoload.php
+++ b/include/autoload.php
@@ -1,4 +1,6 @@
<?php
+ require_once "functions.php";
+
function __autoload($class) {
$class_file = str_replace("_", "/", strtolower(basename($class)));