Skip to content

Commit

Permalink
MDL-57432 installation: Fix to the php version check.
Browse files Browse the repository at this point in the history
  • Loading branch information
abgreeve committed Jul 12, 2017
1 parent afabbd1 commit 24a7acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
@ini_set('display_errors', '1');

// Check that PHP is of a sufficient version as soon as possible.
require_once(__DIR__.'/../../lib/phpminimumversionlib.php');
require_once(__DIR__.'/lib/phpminimumversionlib.php');
moodle_require_minimum_php_version();

// make sure iconv is available and actually works
Expand Down

0 comments on commit 24a7acf

Please sign in to comment.