Skip to content
Snippets Groups Projects
Unverified Commit 8d0e37b6 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #17334 from seamuslee001/fix_d8_install

[REF] Fix install on Drupal 8 using new setup code
parents fdb2f1d2 010e8b6c
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ class Requirements {
* @return array
*/
public function checkMysqlVersion(array $db_config) {
$min = CRM_Upgrade_Incremental_General::MIN_INSTALL_MYSQL_VER;
$min = \CRM_Upgrade_Incremental_General::MIN_INSTALL_MYSQL_VER;
$results = [
'title' => 'CiviCRM MySQL Version',
'severity' => $this::REQUIREMENT_OK,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment