Skip to content

Commit

Permalink
Update administrator/components/com_admin/postinstall/joomla40checks.php
Browse files Browse the repository at this point in the history
Co-Authored-By: Quy <quy@fluxbb.org>
  • Loading branch information
zero-24 and Quy committed Sep 1, 2019
1 parent 349d59e commit c3915fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ function admin_postinstall_joomla40checks_condition()
return true;
}

// PHP minimum version is 7.0
// PHP minimum version is 7.2
return version_compare(PHP_VERSION, '7.2', 'lt');
}

0 comments on commit c3915fa

Please sign in to comment.