Fixed (again) some more generic array handling
[core.git] / inc / classes / main / stacker / class_BaseStacker.php
index a3419fe486db58647b1463e2b3eea823e44180db..32dc9d9cc8dc857d5a2508265ca8409ecdaaded5 100644 (file)
@@ -154,7 +154,7 @@ class BaseStacker extends BaseFrameworkSystem {
                }
 
                // Now add the value to the stack
-               $this->pushValueToGenericArrayElement('stacks', $stackerName, 'entries', $value);
+               $this->pushValueToGenericArrayKey('stacks', $stackerName, 'entries', $value);
        }
 
        /**