Merge pull request #4981 from totten/master-cbf2
[civicrm-core.git] / CRM / Core / Base.php
index a09ec56892553b57213e82977f12f9070f26247a..f351cb1fa7c16fa8e468bded5086cd2f8d048904 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -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() {
+  }
 
+}