]> git.mxchange.org Git - hub.git/commitdiff
Fixed parser error.
authorRoland 'Quix0r' Haeder <roland@mxchange.org>
Sun, 16 Mar 2014 20:16:24 +0000 (21:16 +0100)
committerRoland 'Quix0r' Haeder <roland@mxchange.org>
Sun, 16 Mar 2014 20:16:24 +0000 (21:16 +0100)
Signed-off-by: Roland 'Quix0r' Haeder <roland@mxchange.org>
application/hub/main/package/assembler/class_PackageAssembler.php

index 02983c06e8b3ec3c618166d44a283a04a6423b30..59100efbfdf136c259ca0747b1a516e38915c97d 100644 (file)
@@ -201,7 +201,7 @@ class PackageAssembler extends BaseHubSystem implements Assembler, Registerable,
         */
        public function ifMultipleMessagesPending () {
                // Determine it
-               $isPending = (!$this->getStackerInstance()->isStackEmpty(self::STACKER_NAME_MULTIPLE_MESSAGE);
+               $isPending = (!$this->getStackerInstance()->isStackEmpty(self::STACKER_NAME_MULTIPLE_MESSAGE));
 
                // Return it
                return $isPending;