From: Alexander Ebert Date: Fri, 4 Nov 2011 21:31:56 +0000 (+0100) Subject: typo fixed X-Git-Tag: 2.0.0_Beta_1~1616^2~12 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aa2333e397f217ce1ef71e5abf07374f234e1f66;p=GitHub%2FWoltLab%2FWCF.git typo fixed --- diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php index 48f30a9fe9..fcf72c44e7 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php @@ -553,7 +553,7 @@ class PackageInstallationNodeBuilder { */ protected function buildChildQueues() { $queueList = new PackageInstallationQueueList(); - $queueList->getConditionBuilder->add("package_installation_queue.parentQueueID = ?", array($this->installation->queue->queueID)); + $queueList->getConditionBuilder()->add("package_installation_queue.parentQueueID = ?", array($this->installation->queue->queueID)); $queueList->sqlLimit = 0; $queueList->readObjects();