From 8450425ac27020708f68866d7eb8761a3ae4ea18 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 10 May 2018 17:38:25 -0700 Subject: [PATCH] civicrm-version.php - Internal helpers should use manifestly private namespace The new helper functions in this file shouldn't be used externally; this file is just an adapter for backward-compatibility. External callers should still use `CRM_Utils_System::version()`, `civicrmVersion()`, or `version.xml`. --- civicrm-version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/civicrm-version.php b/civicrm-version.php index 6292f2b2cd..b0013037dc 100755 --- a/civicrm-version.php +++ b/civicrm-version.php @@ -1,8 +1,8 @@ \Civi\Version::findVersion(), - 'cms' => \Civi\Version::findCMS(), + 'version' => \_CiviVersion_\Util::findVersion(), + 'cms' => \_CiviVersion_\Util::findCMS(), ]; } } -- 2.25.1