Moved execution of initApplications() to the end of WCF::__construct()
authorMarcel Werk <burntime@woltlab.com>
Thu, 13 Oct 2011 16:21:04 +0000 (18:21 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 13 Oct 2011 16:21:04 +0000 (18:21 +0200)
wcfsetup/install/files/lib/system/WCF.class.php

index e673a65eaa40d6e014b73b2c1a18efd9026758e4..c754e06534fa1257a1c33e77c49229d265546d90 100644 (file)
@@ -113,8 +113,8 @@ class WCF {
                $this->initLanguage();
                $this->initTPL();
                $this->initBlacklist();
-               $this->initApplications();
                $this->initCoreObjects();
+               $this->initApplications();
        }
        
        /**