Fixed notice when using textlib

This commit is contained in:
moodler 2007-09-10 07:02:52 +00:00
parent 2de7b82759
commit 1c0ccfd6bd

View File

@ -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');