]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed notice when using textlib
authormoodler <moodler>
Mon, 10 Sep 2007 07:02:52 +0000 (07:02 +0000)
committermoodler <moodler>
Mon, 10 Sep 2007 07:02:52 +0000 (07:02 +0000)
admin/uploaduser.php

index 5ec3dcf66614275411bf5011b94774517943dc4d..b9f2cd05317880134d41406bf4f6b934f5f55b46 100755 (executable)
@@ -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');