X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fstacker%2Ffifo%2Fclass_FiFoStacker.php;h=d1ed904e0ad23cf8e430a052d2627be7b91def2f;hp=7b33cd9d8c3b9e78860c994512d00f778a6d152a;hb=18e06a1fa727ec89ccffc32db626aacbe10ef89c;hpb=3ccc1cf129da7478efaf565981dc06e8dd615590 diff --git a/inc/classes/main/stacker/fifo/class_FiFoStacker.php b/inc/classes/main/stacker/fifo/class_FiFoStacker.php index 7b33cd9d..d1ed904e 100644 --- a/inc/classes/main/stacker/fifo/class_FiFoStacker.php +++ b/inc/classes/main/stacker/fifo/class_FiFoStacker.php @@ -71,7 +71,7 @@ class FiFoStacker extends BaseStacker implements Stackable { */ public function popNamed ($stackerName) { // Get the value - $value = $this->getNamed($stackerName(); + $value = $this->getNamed($stackerName); // Call the protected method parent::popFirst($stackerName);