From 833478f1b2c2c1ec61a3ef0b803f1a1e2a5d377a Mon Sep 17 00:00:00 2001 From: Johan Vervloet Date: Wed, 24 Jun 2015 21:16:23 +0200 Subject: [PATCH] Typo :-( --- tests/phpunit/api/v3/SyntaxConformanceTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index b69486a376..2da7473f17 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -1144,9 +1144,9 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { case CRM_Utils_Type::T_TEXT: case CRM_Utils_Type::T_LONGTEXT: case CRM_Utils_Type::T_EMAIL: - if ($fieldName == 'form_values' && $entity_name == 'SavedSearch') { - // This is a hack for the SavedSearch API. It expects form_values - // to be a serialized array. + if ($fieldName == 'form_values' && $entityName == 'SavedSearch') { + // This is a hack for the SavedSearch API. + // It expects form_values to be an array. // If you want to fix this, you should definitely read this forum // post. // http://forum.civicrm.org/index.php/topic,33990.0.html -- 2.25.1