]> git.mxchange.org Git - core.git/commitdiff
Opps...
authorRoland Häder <roland@mxchange.org>
Thu, 28 Apr 2011 14:35:21 +0000 (14:35 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 28 Apr 2011 14:35:21 +0000 (14:35 +0000)
inc/classes/main/stacker/fifo/class_FiFoStacker.php
inc/classes/main/stacker/filo/class_FiLoStacker.php

index 7b33cd9d8c3b9e78860c994512d00f778a6d152a..d1ed904e0ad23cf8e430a052d2627be7b91def2f 100644 (file)
@@ -71,7 +71,7 @@ class FiFoStacker extends BaseStacker implements Stackable {
         */
        public function popNamed ($stackerName) {
                // Get the value
         */
        public function popNamed ($stackerName) {
                // Get the value
-               $value = $this->getNamed($stackerName();
+               $value = $this->getNamed($stackerName);
 
                // Call the protected method
                parent::popFirst($stackerName);
 
                // Call the protected method
                parent::popFirst($stackerName);
index 81604945e974d2e91342d7e560bf7c9543569cc1..35a79f8e2d74d6fa2d057f0f9a09bebcac119854 100644 (file)
@@ -71,7 +71,7 @@ class FiLoStacker extends BaseStacker implements Stackable {
         */
        public function popNamed ($stackerName) {
                // Get the value
         */
        public function popNamed ($stackerName) {
                // Get the value
-               $value = $this->getNamed($stackerName();
+               $value = $this->getNamed($stackerName);
 
                // Call the protected method
                parent::popLast($stackerName);
 
                // Call the protected method
                parent::popLast($stackerName);