From 654e80f8388c5e0d96bf9b3d3edf83783ae97fef Mon Sep 17 00:00:00 2001 From: Amitai Burstein Date: Sun, 2 Apr 2017 11:15:30 +0300 Subject: [PATCH] Update RestfulEntityBaseMultipleBundles.php --- plugins/restful/RestfulEntityBaseMultipleBundles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/restful/RestfulEntityBaseMultipleBundles.php b/plugins/restful/RestfulEntityBaseMultipleBundles.php index eaaa82a7..4f26fb93 100644 --- a/plugins/restful/RestfulEntityBaseMultipleBundles.php +++ b/plugins/restful/RestfulEntityBaseMultipleBundles.php @@ -58,7 +58,7 @@ public function getList() { if (empty($result[$entity_type])) { - return; + return array(); } $account = $this->getAccount();