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