NOBUG. Added missing return causing dupe output after saving xml file.

This commit is contained in:
stronk7
2009-10-22 14:52:09 +00:00
parent 0629a32e51
commit 1e4d75c736
@@ -111,7 +111,7 @@ class save_xml_file extends XMLDBAction {
/// If unload has been disabled, simulate it by reloading the file now
if (!$unload) {
$this->launch('load_xml_file');
return $this->launch('load_xml_file');
}
/// Launch postaction if exists (leave this here!)