Opps...
[core.git] / inc / classes / main / stacker / filo / class_FiLoStacker.php
index 81604945e974d2e91342d7e560bf7c9543569cc1..35a79f8e2d74d6fa2d057f0f9a09bebcac119854 100644 (file)
@@ -71,7 +71,7 @@ class FiLoStacker extends BaseStacker implements Stackable {
         */
        public function popNamed ($stackerName) {
                // Get the value
-               $value = $this->getNamed($stackerName();
+               $value = $this->getNamed($stackerName);
 
                // Call the protected method
                parent::popLast($stackerName);