diff options
Diffstat (limited to 'phpBB/phpbb/search')
-rw-r--r-- | phpBB/phpbb/search/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/search/base.php b/phpBB/phpbb/search/base.php index c41a7b50d5..26e3218b14 100644 --- a/phpBB/phpbb/search/base.php +++ b/phpBB/phpbb/search/base.php @@ -170,7 +170,7 @@ class base * @param int $result_count contains the number of all results for the search (not only for the current page) * @param array $id_ary contains a list of post or topic ids that shall be cached, the first element * must have the absolute index $start in the result set. - * @param int $start indicates the first index of the page + * @param int $start indicates the first index of the page * @param string $sort_dir is either a or d representing ASC and DESC * * @return null |