INFRA-132 - Add space before "{"
[civicrm-core.git] / CRM / Profile / Selector / Listings.php
index bdb01b7e0706d4a9924bd66e2ea53bdc5781f5fb..e9025d246c39a87e4295435310be230cfc476ac1 100644 (file)
@@ -684,7 +684,7 @@ class CRM_Profile_Selector_Listings extends CRM_Core_Selector_Base implements CR
 
       // pass record id param to view url for multi record view
       if ($multiRecordTableId && $newLinks) {
-        if ($result->$multiRecordTableId){
+        if ($result->$multiRecordTableId) {
           if ($newLinks[CRM_Core_Action::VIEW]['url'] == 'civicrm/profile/view') {
             $newLinks[CRM_Core_Action::VIEW]['qs'] .= "&multiRecord=view&recordId=%%recordId%%&allFields=1";
             $params['recordId'] = $result->$multiRecordTableId;