From aa00db684346d3be0719a81c5fa907a77dc39ebe Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 17 Jul 2013 21:33:11 +0200 Subject: [PATCH] Added isApplication for queues created during WCFSetup --- wcfsetup/install/files/lib/system/WCFSetup.class.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/WCFSetup.class.php b/wcfsetup/install/files/lib/system/WCFSetup.class.php index 33488831ef..1c32398c85 100644 --- a/wcfsetup/install/files/lib/system/WCFSetup.class.php +++ b/wcfsetup/install/files/lib/system/WCFSetup.class.php @@ -1093,7 +1093,8 @@ class WCFSetup extends WCF { 'userID' => $admin->userID, 'package' => 'com.woltlab.wcf', 'packageName' => 'WoltLab Community Framework', - 'archive' => TMP_DIR.'install/packages/'.$wcfPackageFile + 'archive' => TMP_DIR.'install/packages/'.$wcfPackageFile, + 'isApplication' => 1 )); } @@ -1152,7 +1153,8 @@ class WCFSetup extends WCF { 'userID' => $admin->userID, 'package' => $packageName, 'packageName' => $archive->getLocalizedPackageInfo('packageName'), - 'archive' => TMP_DIR.'install/packages/'.$packageFile + 'archive' => TMP_DIR.'install/packages/'.$packageFile, + 'isApplication' => 1 )); } -- 2.20.1