install/index.php - Fix misleading install text
authorTim Otten <totten@civicrm.org>
Thu, 6 Jun 2019 11:39:43 +0000 (04:39 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 6 Jun 2019 11:57:48 +0000 (04:57 -0700)
During GUI install, there's a health-check based on the PHP version.  Now
that PHP 7 is required, this message *always* talks about PHP 7.x. But
it's presented under a bucket labeled "PHP5".

install/index.php

index 6eaf8a50302199acda493b587ebfe779ff650ca4..9d86c115e18545f3162d6f05d7afcf49852e245b 100644 (file)
@@ -623,7 +623,7 @@ class InstallRequirements {
 
     $this->requirePHPVersion(array(
       ts("PHP Configuration"),
-      ts("PHP5 installed"),
+      ts("PHP7 installed"),
     ));
 
     // Check that we can identify the root folder successfully