Merge branch 'master' of git://github.com/civicrm/civicrm-core into codingstandards-12
[civicrm-core.git] / CRM / Contribute / Controller / Search.php
index f000afb5316587a5d40eacf332ceb4d897c2c65e..c5db200cebe414c9c51386c58871efc8e0242dd9 100644 (file)
@@ -49,7 +49,7 @@ class CRM_Contribute_Controller_Search 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);
 
@@ -63,4 +63,3 @@ class CRM_Contribute_Controller_Search extends CRM_Core_Controller {
     $this->addActions();
   }
 }
-