Merge branch 'MDL-70931-310-xmldbeol' of git://github.com/mudrd8mz/moodle into MOODLE_310_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2021-03-01 10:01:14 +01:00
2 changed files with 2 additions and 2 deletions
@@ -93,7 +93,7 @@ class create_xml_file extends XMLDBAction {
$c.= ' </KEYS>' . "\n";
$c.= ' </TABLE>' . "\n";
$c.= ' </TABLES>' . "\n";
$c.= ' </XMLDB>';
$c.= ' </XMLDB>' . "\n";
if (!file_put_contents($file, $c)) {
$errormsg = 'Error creando fichero ' . $file;
+1 -1
View File
@@ -359,7 +359,7 @@ class xmldb_structure extends xmldb_object {
}
$o.= ' </TABLES>' . "\n";
}
$o.= '</XMLDB>';
$o.= '</XMLDB>' . "\n";
return $o;
}