X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FModule.php;h=ca379d1751073aa4651878c6e624757fac61e5c6;hb=5c4d65599fee6dfdf661b4932d12c5905e60ac90;hp=18806ed9ee521d57fe86515fe7bef5bc0171302a;hpb=39de6fd54b9843705d13cb9f70fbcc6296103670;p=civicrm-core.git diff --git a/CRM/Core/Module.php b/CRM/Core/Module.php index 18806ed9ee..ca379d1751 100644 --- a/CRM/Core/Module.php +++ b/CRM/Core/Module.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 | +--------------------------------------------------------------------+ -*/ + */ /** * A module is any software package that participates in the hook @@ -72,4 +72,5 @@ class CRM_Core_Module { } return $result; } + }