* fixed country selection in create account

* deleted some useless code
This commit is contained in:
slawkens
2017-09-14 16:37:01 +02:00
parent c546a46847
commit 801188f957
8 changed files with 11 additions and 21 deletions

View File

@@ -737,7 +737,6 @@ if($action == 'move_thread')
'post_id' => $post['id'],
'sections' => $sections,
'section_link' => getForumBoardLink($post['section']),
'config' => $config
));
}
}