mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15540] Add types
PHPBB3-15540
This commit is contained in:
@@ -169,11 +169,11 @@ class create_search_index extends database_task
|
||||
{
|
||||
$this->search_indexer->index(
|
||||
'post',
|
||||
$value['post_id'],
|
||||
(int) $value['post_id'],
|
||||
$value['post_text'],
|
||||
$value['post_subject'],
|
||||
$value['poster_id'],
|
||||
$value['forum_id']
|
||||
(int) $value['poster_id'],
|
||||
(int) $value['forum_id']
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user