diff options
author | PayBas <contact@paybas.com> | 2014-04-19 16:40:49 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-05-02 13:54:06 +0200 |
commit | 91ab67d1d951eca41f45c9f702c7fd32651b8965 (patch) | |
tree | a2b76d4b6e3907d04dbc1e62d9bce2749d9b97d8 /phpBB/search.php | |
parent | 598d1ecda853702225429432c0dec3faa3f5ad82 (diff) | |
download | forums-91ab67d1d951eca41f45c9f702c7fd32651b8965.tar forums-91ab67d1d951eca41f45c9f702c7fd32651b8965.tar.gz forums-91ab67d1d951eca41f45c9f702c7fd32651b8965.tar.bz2 forums-91ab67d1d951eca41f45c9f702c7fd32651b8965.tar.xz forums-91ab67d1d951eca41f45c9f702c7fd32651b8965.zip |
[ticket/12411] Missed on bool var
sloppy
PHPBB3-12411
Diffstat (limited to 'phpBB/search.php')
-rw-r--r-- | phpBB/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php index b9454ea792..fe7544d6d3 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -1011,7 +1011,7 @@ if ($keywords || $author || $author_id || $search_id || $submit) * @var string folder_img The folder image of the topic * @var string folder_alt The alt attribute of the topic folder img * @var int topic_type The topic type - * @var int unread_topic Whether the topic has unread posts + * @var bool unread_topic Whether the topic has unread posts * @var bool topic_unapproved Whether the topic is unapproved * @var int posts_unapproved The number of unapproved posts * @var bool topic_deleted Whether the topic has been deleted |