X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBase.php;h=7999817fbd7f0c4696b2a1c36b7118209442668f;hb=83c6658a8aa7e98e4d24435631f8d20e9b511de7;hp=a8b7f9c75885d9b5eb48eb6eff6a922270e9922b;hpb=718e934e2c6fa496ee84f56502d73cae125b1331;p=civicrm-core.git diff --git a/CRM/Core/Base.php b/CRM/Core/Base.php index a8b7f9c758..7999817fbd 100644 --- a/CRM/Core/Base.php +++ b/CRM/Core/Base.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -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 @@ -31,7 +31,7 @@ * from this class. However it includes a few common files * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2014 + * @copyright CiviCRM LLC (c) 2004-2015 * $Id$ * */ @@ -44,8 +44,9 @@ require_once 'CRM/Core/I18n.php'; class CRM_Core_Base { /** - * Constructor + * Constructor. */ - function __construct() {} -} + public function __construct() { + } +}