mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Fixed notice when using textlib
This commit is contained in:
parent
2de7b82759
commit
1c0ccfd6bd
@ -24,7 +24,7 @@ if (! $site = get_site()) {
|
||||
error('Could not find site-level course');
|
||||
}
|
||||
|
||||
$textlib =& textlib_get_instance();
|
||||
$textlib = textlib_get_instance();
|
||||
|
||||
$struserrenamed = get_string('userrenamed', 'admin');
|
||||
$strusernotrenamedexists = get_string('usernotrenamedexists', 'error');
|
||||
|
Loading…
x
Reference in New Issue
Block a user