From: moodler Date: Mon, 10 Sep 2007 07:02:52 +0000 (+0000) Subject: Fixed notice when using textlib X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1c0ccfd6bd5b3b369e4d85c41a88c929c541f208;p=moodle.git Fixed notice when using textlib --- diff --git a/admin/uploaduser.php b/admin/uploaduser.php index 5ec3dcf666..b9f2cd0531 100755 --- a/admin/uploaduser.php +++ b/admin/uploaduser.php @@ -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');