From 149104e031e6e796a0da2ecf55f166d19ce7f23f Mon Sep 17 00:00:00 2001 From: coldrunKacper Date: Fri, 8 Sep 2017 17:25:26 +0200 Subject: [PATCH] CRM-20630: Fixing indentations. --- CRM/Activity/Form/Search.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CRM/Activity/Form/Search.php b/CRM/Activity/Form/Search.php index 06971466e3..8f275c62aa 100644 --- a/CRM/Activity/Form/Search.php +++ b/CRM/Activity/Form/Search.php @@ -100,11 +100,11 @@ class CRM_Activity_Form_Search extends CRM_Core_Form_Search { $this->_formValues = $this->get('formValues'); if ($this->_force) { - // If we force the search then merge form values with url values - // and set submit values to form values. - $this->_formValues = array_merge((array) $this->_formValues, CRM_Utils_Request::exportValues()); - $this->_submitValues = $this->_formValues; - } + // If we force the search then merge form values with url values + // and set submit values to form values. + $this->_formValues = array_merge((array) $this->_formValues, CRM_Utils_Request::exportValues()); + $this->_submitValues = $this->_formValues; + } } if (empty($this->_formValues)) { -- 2.25.1