X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FConfig.php;h=a9041e60d022cbc2a63175d1e97f0ca11d77e5c5;hb=cb695d3e4baa5d332d3f7f4a1105bb2c090ec4ee;hp=6ca6e68ea45d1940c0ff2d91f63a0ec9193ef168;hpb=c28dc48f8a3ce866717015475dc8536336f13940;p=civicrm-core.git diff --git a/CRM/Core/Config.php b/CRM/Core/Config.php index 6ca6e68ea4..a9041e60d0 100644 --- a/CRM/Core/Config.php +++ b/CRM/Core/Config.php @@ -66,14 +66,6 @@ class CRM_Core_Config extends CRM_Core_Config_MagicMerge { */ private static $_singleton = NULL; - /** - * The constructor. Sets domain id if defined, otherwise assumes - * single instance installation. - */ - public function __construct() { - parent::__construct(); - } - /** * Singleton function used to manage this object. * @@ -230,7 +222,7 @@ class CRM_Core_Config extends CRM_Core_Config_MagicMerge { * @param int $domainID * @param bool $reset * - * @return int|null + * @return int */ public static function domainID($domainID = NULL, $reset = FALSE) { static $domain;