summaryrefslogtreecommitdiffstats
path: root/classes/script_start.php
diff options
context:
space:
mode:
authorGit <git@what.cd>2013-03-25 08:00:21 +0000
committerGit <git@what.cd>2013-03-25 08:00:21 +0000
commit0ccae72a562fd9ba681c6380c3f179941b8eda88 (patch)
tree200c2c97f694fc6b625526d393afc31e6be28ce8 /classes/script_start.php
parent24d951c0558129338a22dbcd234eca85443a4189 (diff)
downloadGazelle-0ccae72a562fd9ba681c6380c3f179941b8eda88.zip
Gazelle-0ccae72a562fd9ba681c6380c3f179941b8eda88.tar.gz
Gazelle-0ccae72a562fd9ba681c6380c3f179941b8eda88.tar.bz2
Empty commit
Diffstat (limited to 'classes/script_start.php')
-rw-r--r--classes/script_start.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/script_start.php b/classes/script_start.php
index 9b40136..1149177 100644
--- a/classes/script_start.php
+++ b/classes/script_start.php
@@ -99,6 +99,9 @@ spl_autoload_register(function ($ClassName) {
case 'Format':
$FileName = 'class_format';
break;
+ case 'Forums':
+ $FileName = 'class_forums';
+ break;
case 'ImageTools':
$FileName = 'class_image_tools';
break;