fixed typo

This commit is contained in:
skodak
2008-04-02 06:50:20 +00:00
parent 832a20fc17
commit 808bdc658a
+1 -1
View File
@@ -198,7 +198,7 @@
$a = new stdClass();
$a->url = 'http://download.moodle.org/lang16/'.$pack.'.zip';
$a->dest= $CFG->dataroot.'/lang';
print_error($cd->get_error(), 'error', "", $a)); // not probable
print_error($cd->get_error(), 'error', "", $a); // not probable
} else {
print_error($cd->get_error(), 'error'); // not probable
}