From 1c0ccfd6bd5b3b369e4d85c41a88c929c541f208 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 10 Sep 2007 07:02:52 +0000 Subject: [PATCH] Fixed notice when using textlib --- admin/uploaduser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/uploaduser.php b/admin/uploaduser.php index 5ec3dcf6661..b9f2cd05317 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');