1
0
Fork 0

Missed a -

pull/3661/head
Rob Bast 2015-01-21 15:44:59 +01:00
parent 5b8f9b0390
commit 4038477a7f
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ EOT
foreach ($errors as $error => $current) {
switch ($error) {
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;
case 'allow_url_fopen':