From 9f95c76e5b803b5550a575ec97a6a8c799042b67 Mon Sep 17 00:00:00 2001 From: Daniel Pickering Date: Thu, 11 Feb 2016 08:19:29 +1300 Subject: [PATCH] Update ArrayList.php --- model/ArrayList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/ArrayList.php b/model/ArrayList.php index 0f8756459..c9625bd95 100644 --- a/model/ArrayList.php +++ b/model/ArrayList.php @@ -548,7 +548,7 @@ class ArrayList extends ViewableData implements SS_List, SS_Filterable, SS_Sorta )); } - $output = self::create(); + $output = static::create(); foreach($this as $item) { if(call_user_func($callback, $item, $this)) $output->push($item);