MDL-14128, remove all uses of error(get_string())
This commit is contained in:
@@ -84,9 +84,9 @@
|
||||
// $a = new stdClass();
|
||||
// $a->url = 'http://download.moodle.org/lang16/es_utf8.zip';
|
||||
// $a->dest= $CFG->dataroot.'/lang';
|
||||
// error(get_string($cd->get_error(), 'error', $a));
|
||||
// print_error($cd->get_error(), 'error', '', $a);
|
||||
// } else {
|
||||
// error(get_string($cd->get_error(), 'error'));
|
||||
// print_error($cd->get_error(), 'error');
|
||||
// }
|
||||
// break;
|
||||
// case COMPONENT_UPTODATE:
|
||||
|
||||
Reference in New Issue
Block a user