X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=civicrm-version.php;h=2209ab9240620074ca6515873a4f6de829899a8b;hb=fd556b9d12ce71596a40c6b152771e228e27d1f6;hp=f99d34cad70bd6b69289399e02351eb58e495029;hpb=00e2c09f6d9e4d10c088cd30d26ea5275be3afb2;p=civicrm-core.git diff --git a/civicrm-version.php b/civicrm-version.php index f99d34cad7..2209ab9240 100644 --- a/civicrm-version.php +++ b/civicrm-version.php @@ -64,10 +64,12 @@ namespace _CiviVersion_ { 'administrator/components/com_civicrm/civicrm/civicrm-version.php', ), 'Drupal' => array( - 'modules/system/system.module', // D7 + // D7 + 'modules/system/system.module', ), 'Drupal8' => array( - 'core/core.services.yml', // D8 + // D8 + 'core/core.services.yml', ), 'Backdrop' => array( 'core/modules/layout/layout.module', @@ -112,6 +114,7 @@ namespace _CiviVersion_ { } namespace { + /** * Get the CiviCRM version. * TODO : For now this function is not included in \Civi\Version class so not to break any code @@ -125,4 +128,5 @@ namespace { 'cms' => \_CiviVersion_\Util::findCMS(), ]; } + }