Skip to content

Commit

Permalink
Merge pull request #685 from eurich/qfx
Browse files Browse the repository at this point in the history
just a quick fix
  • Loading branch information
norv committed Jul 16, 2013
2 parents f079459 + 40b39a6 commit 29fe1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/subs/Boards.subs.php
Expand Up @@ -1383,7 +1383,7 @@ function getBoardModerators($idboard, $only_id = false)
FROM {db_prefix}moderators
WHERE id_board = {int:current_board}',
array(
'current_board' => $board,
'current_board' => $idboard,
)
);
while ($row = $db->fetch_assoc($request))
Expand Down

0 comments on commit 29fe1b5

Please sign in to comment.