Missed a -
parent
5b8f9b0390
commit
4038477a7f
|
@ -388,7 +388,7 @@ EOT
|
||||||
foreach ($errors as $error => $current) {
|
foreach ($errors as $error => $current) {
|
||||||
switch ($error) {
|
switch ($error) {
|
||||||
case 'php':
|
case 'php':
|
||||||
$text = "- Your PHP ({$current}) is too old, you must upgrade to PHP 5.3.2 or higher.";
|
$text = "Your PHP ({$current}) is too old, you must upgrade to PHP 5.3.2 or higher.";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'allow_url_fopen':
|
case 'allow_url_fopen':
|
||||||
|
|
Loading…
Reference in New Issue