From 4c9d78eac913e15cba12bbaf780657519d02a433 Mon Sep 17 00:00:00 2001 From: Deepak Srivastava Date: Wed, 4 Dec 2013 13:23:21 +0530 Subject: [PATCH] indentation correction --- CRM/Report/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 6174970821..11e0599744 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -2878,7 +2878,7 @@ ORDER BY cg.weight, cf.weight"; if (!$this->isFieldSelected($prop)) { continue; } - $baseJoin = CRM_Utils_Array::value($prop['extends'], $this->_customGroupExtendsJoin, "{$this->_aliases[$extendsTable]}.id"); + $baseJoin = CRM_Utils_Array::value($prop['extends'], $this->_customGroupExtendsJoin, "{$this->_aliases[$extendsTable]}.id"); $customJoin = is_array($this->_customGroupJoin) ? $this->_customGroupJoin[$table] : $this->_customGroupJoin; $this->_from .= " -- 2.25.1