From 91ab67d1d951eca41f45c9f702c7fd32651b8965 Mon Sep 17 00:00:00 2001 From: PayBas Date: Sat, 19 Apr 2014 16:40:49 +0200 Subject: [PATCH] [ticket/12411] Missed on bool var sloppy PHPBB3-12411 --- phpBB/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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