Merge pull request #15268 from mlutfy/partialFixDrupal8q-518
[civicrm-core.git] / CRM / Utils / VersionCheck.php
index eb72bd94518a904b816b8c3d11311746722e40ea..9d2fe9f6f2c832c4b5f3b6510894fa91afbbc1c9 100644 (file)
@@ -160,7 +160,7 @@ class CRM_Utils_VersionCheck {
         'co' => $config->defaultContactCountry,
         'ufv' => $config->userSystem->getVersion(),
         'PHP' => phpversion(),
-        'MySQL' => CRM_CORE_DAO::singleValueQuery('SELECT VERSION()'),
+        'MySQL' => CRM_Core_DAO::singleValueQuery('SELECT VERSION()'),
         'communityMessagesUrl' => Civi::settings()->get('communityMessagesUrl'),
       ];
       $this->getDomainStats();