Merge branch 'MDL-38825' of git://github.com/stronk7/moodle

This commit is contained in:
Dan Poltawski
2013-04-02 11:49:24 +08:00
+1 -1
View File
@@ -65,7 +65,7 @@ if ($code == 0) {
// Changing to moodle dirroot to run composer related commands at project level.
chdir(__DIR__ . '/../../../..');
if (!file_exists(__DIR__ . '/../../../../composer.phar')) {
passthru("curl http://getcomposer.org/install | php", $code);
passthru("curl http://getcomposer.org/installer | php", $code);
if ($code != 0) {
exit($code);
}