]> git.mjollnir.org Git - moodle.git/commitdiff
NOBUG. Added missing return causing dupe output after saving xml file.
authorstronk7 <stronk7>
Thu, 22 Oct 2009 14:52:09 +0000 (14:52 +0000)
committerstronk7 <stronk7>
Thu, 22 Oct 2009 14:52:09 +0000 (14:52 +0000)
admin/xmldb/actions/save_xml_file/save_xml_file.class.php

index e8208eba3fccc62fc4fab5ea97be38b9b4d45409..425ee18e7f089993c1a3b616a976605d91884477 100644 (file)
@@ -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!)