Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawhero committed Jan 5, 2007
1 parent 08cb427 commit 82b9959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/edit.php
Expand Up @@ -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));

/// If data submitted, then process and store.
Expand Down

0 comments on commit 82b9959

Please sign in to comment.