X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FVersionCheck.php;h=9d2fe9f6f2c832c4b5f3b6510894fa91afbbc1c9;hb=261ebbd7c6044fd74884006da2e706f98b07a925;hp=eb72bd94518a904b816b8c3d11311746722e40ea;hpb=fd9172a486c207bdcaec658dfbc07fca0b52002f;p=civicrm-core.git diff --git a/CRM/Utils/VersionCheck.php b/CRM/Utils/VersionCheck.php index eb72bd9451..9d2fe9f6f2 100644 --- a/CRM/Utils/VersionCheck.php +++ b/CRM/Utils/VersionCheck.php @@ -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();