Creating a new account fails
Brought to you by:
stodge
When you try to create a new account, wsf crashes as account.php tries to invoke a function SetWikiEditor(), which was removed a while ago.
/account.php @ line 400:
$acc->SetWikiEditor(TRUE);
This block should be removed, but make sure the wiki code will still work. It may be this was left in as part of the transition to the group functionality.