Merge branch 'MDL-38531_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-03-27 00:46:05 +01:00
commit 2477bb29cc

View File

@ -71,7 +71,7 @@ if ($code == 0) {
}
}
passthru("php composer.phar install --dev", $code);
passthru("php composer.phar update --dev", $code);
if ($code != 0) {
exit($code);
}