Added core Start Event for complete control over the FuzeWorks start proces

This commit is contained in:
Abel Hoogeveen 2015-02-26 14:09:41 +01:00
parent 8a320bbe3e
commit 865c3a7bec
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ class Core {
// Load core functionality
$this->mods = new stdClass();
$this->loadStartupFiles();
$this->mods->events->fireEvent('coreStartEvent');
}
public function loadStartupFiles() {