INFRA-132 - Change "else if" to "elseif"
[civicrm-core.git] / CRM / Report / Form / Instance.php
index 6352f8617903644f23b93f099b253ea7bcd42a5c..52cb666737f5568e37b8ea63b127d729abb3b03f 100644 (file)
@@ -262,7 +262,7 @@ class CRM_Report_Form_Instance {
         $defaults['grouprole'] = $grouproles;
       }
     }
-    else if (property_exists($form, '_description')) {
+    elseif (property_exists($form, '_description')) {
       $defaults['description'] = $form->_description;
     }
   }