INFRA-132 - CRM/Event - phpcbf
[civicrm-core.git] / CRM / Contact / Import / Controller.php
index 73e80c4b53bac8b87ba04f37e3e481fc5f321633..b0d350b0fa128fe2f7692b14066bd4739c7bd407 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -37,7 +37,7 @@ class CRM_Contact_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_Contact_Import_Controller extends CRM_Core_Controller {
     $this->addActions($config->uploadDir, array('uploadFile'));
   }
 }
-