Administration MDL-24247 fixed undefined variable typo

This commit is contained in:
Aparup Banerjee 2010-09-21 03:49:22 +00:00
parent 2248b994ae
commit 7412bd91ca

View file

@ -36,7 +36,7 @@ httpsrequired();
$systemcontext = get_context_instance(CONTEXT_SYSTEM);
$PAGE->set_url('/login/forgot_password.php');
$PAGE->set_context($syscontext);
$PAGE->set_context($systemcontext);
// setup text strings
$strforgotten = get_string('passwordforgotten');