INFRA-132 - Put "else" and "catch" on new line
[civicrm-core.git] / CRM / Member / Import / Controller.php
index 279f33f128ce3c837a1e2a36893777ee6dfbc7d7..ebce3a6fe60bf8087a25145056707c1e63cea688 100644 (file)
@@ -37,7 +37,7 @@ class CRM_Member_Import_Controller extends CRM_Core_Controller {
   /**
    * Class constructor
    */
-  function __construct($title = NULL, $action = CRM_Core_Action::NONE, $modal = TRUE) {
+  public function __construct($title = NULL, $action = CRM_Core_Action::NONE, $modal = TRUE) {
     parent::__construct($title, $modal);
 
     // lets get around the time limit issue if possible, CRM-2113
@@ -55,4 +55,3 @@ class CRM_Member_Import_Controller extends CRM_Core_Controller {
     $this->addActions($config->uploadDir, array('uploadFile'));
   }
 }
-