INFRA-132 - Spaces around "."
[civicrm-core.git] / CRM / Custom / Import / Controller.php
index 2194f107756af1d44d3e445990535a88a406344c..bead20ad6d8462ec817f24485415c3bd219656ac 100644 (file)
@@ -5,9 +5,9 @@
  */
 class CRM_Custom_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