Skip to content

Commit

Permalink
post search: fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
czaks committed Jul 21, 2013
1 parent 629d616 commit 8df5d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function search_filters($m) {
if(!empty($temp))
$_body .= '<fieldset><legend>' . $query->rowCount() .
sprintf(ngettext('%d result in', '%d results in', $query->rowCount()),
$query->rowCount) . ' <a href="/' .
$query->rowCount()) . ' <a href="/' .
sprintf($config['board_path'], $board['uri']) . $config['file_index'] .
'">' .
sprintf($config['board_abbreviation'], $board['uri']) . ' - ' . $board['title'] .
Expand Down

0 comments on commit 8df5d03

Please sign in to comment.