ziip files doesn't exist!

This commit is contained in:
stronk7 2006-01-31 15:03:52 +00:00
parent 24e4cd5375
commit 4d1014d5c8

View file

@ -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: