INFRA-132 - Comment grammar cleanup
[civicrm-core.git] / CRM / Member / Import / Controller.php
index 61bb9ea49c8d0f118d4a75214ac9cbed6daee991..ebce3a6fe60bf8087a25145056707c1e63cea688 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -35,9 +35,9 @@
 class CRM_Member_Import_Controller extends CRM_Core_Controller {
 
   /**
-   * class constructor
+   * 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'));
   }
 }
-