Skip to content

Commit

Permalink
Fix previous commit :)
Browse files Browse the repository at this point in the history
  • Loading branch information
daris committed Jan 27, 2012
1 parent 4e26da0 commit a87cba8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/converter.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ function redirect($step, $start_at, $redirect)
*/
function cleanup_database()
{
// TODO: do not hardcode it here
if (get_class($this->forum) == 'merge')
return false;

conv_log('Cleaning database');
$this->fluxbb->db->truncate_table('bans');
$this->fluxbb->db->truncate_table('categories');
Expand Down

0 comments on commit a87cba8

Please sign in to comment.