Merge pull request #4981 from totten/master-cbf2
[civicrm-core.git] / CRM / Core / Base.php
index a8b7f9c75885d9b5eb48eb6eff6a922270e9922b..f351cb1fa7c16fa8e468bded5086cd2f8d048904 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * The Base class of the CRM hierarchy. Currently does not provide
@@ -46,6 +46,7 @@ class CRM_Core_Base {
   /**
    * Constructor
    */
-  function __construct() {}
-}
+  public function __construct() {
+  }
 
+}