Fix for wrong method call
authorRoland Häder <roland@mxchange.org>
Sun, 23 Jun 2013 19:17:13 +0000 (19:17 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 23 Jun 2013 19:17:13 +0000 (19:17 +0000)
inc/classes/main/stacker/class_BaseStacker.php

index bf4a7667f3856a43f1a0bc2fe02a00b9a167a00d..7b4c18cd434189d774e79775a0b28ecf083b9359 100644 (file)
@@ -201,7 +201,7 @@ class BaseStacker extends BaseFrameworkSystem {
                }
 
                // Now get the first value
-               $value = $this->getGenericArrayKey('stacks', $stackerName, 'entries', 0);
+               $value = $this->popGenericArrayElement('stacks', $stackerName, 'entries', 0);
 
                // Return it
                return $value;