aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 220b001781..84edb41c72 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -592,7 +592,7 @@ else if ( $search_keywords != '' || $search_author != '' || $search_id )
}
else
{
- if ( is_int($search_id) )
+ if ( intval($search_id) )
{
$sql = "SELECT search_array
FROM " . SEARCH_TABLE . "