Browse Source

Can't move threads when there's only one board

pull/40/head
Savetheinternet 13 years ago
parent
commit
9e17fc2261
  1. 2
      mod.php

2
mod.php

@ -2300,6 +2300,8 @@
;
$boards = listBoards();
if(count($boards) <= 1)
error('No board to move to; there is only one.');
$__boards = '';
foreach($boards as &$_board) {

Loading…
Cancel
Save