From 424e6bffe9dcf91cace0ac90bd5c1b33dec3b815 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 20 Aug 2009 13:15:17 +0000 Subject: [PATCH] MDL-19800 Upgraded calls to link_to_popup_window() --- login/index_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/index_form.html b/login/index_form.html index f2ab0de95e..58bc36e3ff 100644 --- a/login/index_form.html +++ b/login/index_form.html @@ -22,7 +22,7 @@ if ($show_instructions) { '; - formerr($errormsg); + echo $OUTPUT->error_text($errormsg); echo ''; } ?> -- 2.39.5