Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
Closes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmomathieu committed Apr 20, 2016
1 parent e3422d1 commit 46449a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _install/controllers/step2.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private function validate()

if (phpversion() < '5.4.6')
{
$this->errors[] = 'You need to use PHP 5.1.6 or greater.';
$this->errors[] = 'You need to use PHP 5.4.6 or greater.';
}

if ( ! ini_get('file_uploads'))
Expand Down

0 comments on commit 46449a7

Please sign in to comment.