Skip to content

Commit

Permalink
Merge pull request #1777 from broncha/patch-1
Browse files Browse the repository at this point in the history
PHP Version is always acceptable
  • Loading branch information
Phil Sturgeon committed Aug 27, 2012
2 parents 15fc501 + 6c492ff commit 2eb1b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/libraries/installer_lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function zlib_enabled()
public function check_server($data)
{
// Check PHP
if ( ! $this->php_acceptable() )
if ( ! $this->php_acceptable($data->php_min_version) )
{
return FALSE;
}
Expand Down

0 comments on commit 2eb1b56

Please sign in to comment.