CRM-15683 - CRM_Core_Invoke - Cleanup comments. Remove duplicate code.
[civicrm-core.git] / CRM / Core / Base.php
index a09ec56892553b57213e82977f12f9070f26247a..c4ae8acc2cdd88c994674c7edd219b479e74dcfc 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -46,6 +46,5 @@ class CRM_Core_Base {
   /**
    * Constructor
    */
-  function __construct() {}
+  public function __construct() {}
 }
-