mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Administration MDL-24247 fixed undefined variable typo
This commit is contained in:
parent
2248b994ae
commit
7412bd91ca
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue