]> git.mjollnir.org Git - moodle.git/commitdiff
fixed authplugin warning
authorskodak <skodak>
Sat, 6 Jan 2007 20:26:00 +0000 (20:26 +0000)
committerskodak <skodak>
Sat, 6 Jan 2007 20:26:00 +0000 (20:26 +0000)
user/edit.php

index ad8b1fde9851c6830330d8f8dcc016cfd4d395be..5adb8f252b6c1d4a8e8e8551be0be62b18be5ef7 100644 (file)
@@ -76,7 +76,7 @@
     }
 
 
-    $userform = new user_edit_form(null, compact('user','course'));
+    $userform = new user_edit_form(null, compact('user','course', 'authplugin'));
     $userform->set_upload_manager(new upload_manager('imagefile',false,false,null,false,0,true,true));
 
 /// If data submitted, then process and store.