From f17ec7fcef193a8589b5c86c56f9092e6fdaeb95 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 16 Sep 2013 14:53:41 +0200 Subject: [PATCH] Adds missing initialization of applications --- wcfsetup/install/files/lib/system/CLIWCF.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/lib/system/CLIWCF.class.php b/wcfsetup/install/files/lib/system/CLIWCF.class.php index 665ab07868..b9a9ceeea8 100644 --- a/wcfsetup/install/files/lib/system/CLIWCF.class.php +++ b/wcfsetup/install/files/lib/system/CLIWCF.class.php @@ -66,6 +66,7 @@ class CLIWCF extends WCF { // the destructor registered in core.functions.php will only call the destructor of the parent class register_shutdown_function(array('wcf\system\CLIWCF', 'destruct')); + $this->initApplications(); $this->initArgv(); $this->initPHPLine(); $this->initAuth(); -- 2.20.1