Skip to content

Commit

Permalink
Don't check for PHP 5
Browse files Browse the repository at this point in the history
  • Loading branch information
larssandergreen committed Jul 1, 2023
1 parent ee39fd6 commit e2ba64b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CRM/Admin/Form/Setting/Mapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ public function buildQuickForm() {
public static function formRule($fields) {
$errors = [];

if (!CRM_Utils_System::checkPHPVersion(5, FALSE)) {
$errors['_qf_default'] = ts('Mapping features require PHP version 5 or greater');
}

if ($fields['mapProvider'] == 'OpenStreetMaps' && $fields['geoProvider'] == '') {
$errors['geoProvider'] = ts('Please select a Geocoding Provider - Open Street Maps does not provide geocoding.');
}
Expand Down

0 comments on commit e2ba64b

Please sign in to comment.