]> git.mjollnir.org Git - moodle.git/commitdiff
Merging from MOODLE_18_STABLE:
authordefacer <defacer>
Sun, 25 Feb 2007 01:10:00 +0000 (01:10 +0000)
committerdefacer <defacer>
Sun, 25 Feb 2007 01:10:00 +0000 (01:10 +0000)
Updating local language packs was breaking XHTML in the "results" screen.

admin/langimport.php

index 81b6cb320066d492191616be20b1da0e7bdcc107..79e99deadb5852e28f13059de2d337ad77ba9788 100755 (executable)
             }
 
             if ($updated) {
-                notice(get_string('langupdatecomplete','admin'), 'langimport.php');
+                notice(get_string('langupdatecomplete','admin'), 'langimport.php', NULL, $adminroot);
             } else {
-                notice(get_string('nolangupdateneeded','admin'), 'langimport.php');
+                notice(get_string('nolangupdateneeded','admin'), 'langimport.php', NULL, $adminroot);
             }
 
         break;