From: Marcel Werk Date: Thu, 24 Oct 2013 12:26:21 +0000 (+0200) Subject: Added new event X-Git-Tag: 2.0.0_Beta_11~28 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ef4f8d9fbb6d46b0a8d39e246738afe6586a28db;p=GitHub%2FWoltLab%2FWCF.git Added new event --- diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 0f1652f5d8..c2a08d4580 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -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'); } /**