Merge pull request #5415 from eileenmcnaughton/4.6
[civicrm-core.git] / CRM / Core / Base.php
index a8b7f9c75885d9b5eb48eb6eff6a922270e9922b..de1a5c133cc070ee4cc123261055a194226baba0 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
@@ -44,8 +44,9 @@ require_once 'CRM/Core/I18n.php';
 class CRM_Core_Base {
 
   /**
-   * Constructor
+   * Constructor.
    */
-  function __construct() {}
-}
+  public function __construct() {
+  }
 
+}