projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed19ef
)
install/index.php - Fix misleading install text
author
Tim Otten
<totten@civicrm.org>
Thu, 6 Jun 2019 11:39:43 +0000
(
04:39
-0700)
committer
Tim 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
patch
|
blob
|
blame
|
history
diff --git
a/install/index.php
b/install/index.php
index 6eaf8a50302199acda493b587ebfe779ff650ca4..9d86c115e18545f3162d6f05d7afcf49852e245b 100644
(file)
--- a/
install/index.php
+++ b/
install/index.php
@@
-623,7
+623,7
@@
class InstallRequirements {
$this->requirePHPVersion(array(
ts("PHP Configuration"),
- ts("PHP
5
installed"),
+ ts("PHP
7
installed"),
));
// Check that we can identify the root folder successfully