mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
Fixing typo
This commit is contained in:
parent
08cb427af6
commit
82b99598c6
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$userform = new user_edit_form('edit2.php', compact('user','course'));
|
$userform = new user_edit_form('edit.php', compact('user','course'));
|
||||||
$userform->set_upload_manager(new upload_manager('imagefile',false,false,null,false,0,true,true));
|
$userform->set_upload_manager(new upload_manager('imagefile',false,false,null,false,0,true,true));
|
||||||
|
|
||||||
/// If data submitted, then process and store.
|
/// If data submitted, then process and store.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue