X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBase.php;h=f351cb1fa7c16fa8e468bded5086cd2f8d048904;hb=bc5479b705c153c5cd02a10b1cca400ac78d493b;hp=a8b7f9c75885d9b5eb48eb6eff6a922270e9922b;hpb=39de6fd54b9843705d13cb9f70fbcc6296103670;p=civicrm-core.git diff --git a/CRM/Core/Base.php b/CRM/Core/Base.php index a8b7f9c758..f351cb1fa7 100644 --- a/CRM/Core/Base.php +++ b/CRM/Core/Base.php @@ -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() { + } +}