Added new event
authorMarcel Werk <burntime@woltlab.com>
Thu, 24 Oct 2013 12:26:21 +0000 (14:26 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 24 Oct 2013 12:26:21 +0000 (14:26 +0200)
wcfsetup/install/files/lib/system/WCF.class.php

index 0f1652f5d8746e7e2171c5e376be7fa36de97ac4..c2a08d45803b6c1e982ea861db28fe46eab83e8d 100644 (file)
@@ -9,6 +9,7 @@ use wcf\system\application\ApplicationHandler;
 use wcf\system\cache\builder\CoreObjectCacheBuilder;
 use wcf\system\cache\builder\PackageUpdateCacheBuilder;
 use wcf\system\cronjob\CronjobScheduler;
+use wcf\system\event\EventHandler;
 use wcf\system\exception\AJAXException;
 use wcf\system\exception\IPrintableException;
 use wcf\system\exception\NamedUserException;
@@ -133,6 +134,8 @@ class WCF {
                $this->initCoreObjects();
                $this->initApplications();
                $this->initBlacklist();
+               
+               EventHandler::getInstance()->fireAction($this, 'initialized');
        }
        
        /**