Bug #1858
$lang->all_selected on search.php
| Status: | New | Start date: | 12/20/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Search | |||
| Target version: | - | |||
| Reproducibility: | Always | Database Type: | ||
| Reported In MyBB Version: | 1.6.5 | Database Version: | ||
| PHP Version: | SQA assignments: | Stefan T. | ||
| Browser: |
Description
search.php:
$lang->all_selected = $lang->sprintf($lang->page_selected, intval($postcount));
should be:
$lang->all_selected = $lang->sprintf($lang->all_selected, intval($postcount));