From 132a94c195bfdd25a39bcddea6f484390331641e Mon Sep 17 00:00:00 2001 From: Johan Vervloet Date: Mon, 22 Jun 2015 17:09:01 +0200 Subject: [PATCH] Just trying to trigger a new build. My last merge build failed with a very strange log. https://test.civicrm.org/job/CiviCRM-Core-PR/3926/ This commit doesn't change anything significant; I just want to trigger a new build. --- api/v3/SavedSearch.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v3/SavedSearch.php b/api/v3/SavedSearch.php index 7307c71d02..728524e366 100644 --- a/api/v3/SavedSearch.php +++ b/api/v3/SavedSearch.php @@ -99,9 +99,9 @@ function civicrm_api3_saved_search_get($params) { * @param array $result API result to be cleaned up. */ function _civicrm_api3_saved_search_result_cleanup(&$result) { - // Only clean up the values if there are values. (A getCount operation - // for example does not return values.) if (isset($result['values'])) { + // Only clean up the values if there are values. (A getCount operation + // for example does not return values.) foreach ($result['values'] as $key => $value) { $result['values'][$key]['form_values'] = unserialize($value['form_values']); } -- 2.25.1