Topic on Extension talk:ConfirmAccount

Userpage is created even if its empty

2
93.218.51.45 (talkcontribs)

To avoid this, you must change: /ConfirmAccount/business/AccountConfirmSubmission.php.

Function createUserpage() the last part must look like this

#Create userpage!
if( !empty($body) ) {  // <- new
$article = new WIkiPage( ...
$article->doEdit( ...
}  // <- new
Reply to "Userpage is created even if its empty"