Skip to content

Commit

Permalink
Merge pull request #1 from SvePu/patch-1
Browse files Browse the repository at this point in the history
Fix for MyBB >=1.8.10 Fix #1
  • Loading branch information
Sama34 authored Jul 27, 2017
2 parents 47be516 + e4acada commit a54bd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Upload/inc/plugins/forumcleaner.php
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ function checkAction(id)

$table->construct_cell($popup->fetch(), array("class" => "align_center"));

$table->construct_row(array('class' => $page->get_alt_bg()));
$table->construct_row();
}
}
else
Expand Down Expand Up @@ -1391,4 +1391,4 @@ function forumcleaner_build_threadlist()

$mybb->input[$me['sysname'].'_threadlist'] = $subst;
}
}
}

0 comments on commit a54bd08

Please sign in to comment.