From ef4f8d9fbb6d46b0a8d39e246738afe6586a28db Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 24 Oct 2013 14:26:21 +0200 Subject: [PATCH] Added new event --- wcfsetup/install/files/lib/system/WCF.class.php | 3 +++ 1 file changed, 3 insertions(+) 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'); } /** -- 2.20.1