1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-25 10:26:17 +02:00

Fixed notice when using textlib

This commit is contained in:
moodler 2007-09-10 07:02:52 +00:00
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');