Skip to content

Commit

Permalink
wrong var was passed..
Browse files Browse the repository at this point in the history
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
  • Loading branch information
eurich committed Jul 16, 2013
1 parent 42e276f commit 40b39a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/subs/Boards.subs.php
Original file line number Diff line number Diff line change
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 40b39a6

Please sign in to comment.