mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
ziip files doesn't exist!
This commit is contained in:
parent
24e4cd5375
commit
4d1014d5c8
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
/// Create component installer and execute it
|
||||
if ($cd = new component_installer('http://download.moodle.org',
|
||||
'environment',
|
||||
'environment.ziip')) {
|
||||
'environment.zip')) {
|
||||
$status = $cd->install(); //returns ERROR | UPTODATE | INSTALLED
|
||||
switch ($status) {
|
||||
case ERROR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue