mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
49b2269155
1 changed files with 7 additions and 1 deletions
|
@ -456,6 +456,12 @@ class post extends \phpbb\notification\type\base
|
|||
return array();
|
||||
}
|
||||
|
||||
return array('notification_data' => $serialized_data);
|
||||
$data_array = array_merge(array(
|
||||
'post_time' => $post['post_time'],
|
||||
'post_id' => $post['post_id'],
|
||||
'topic_id' => $post['topic_id']
|
||||
), $this->get_data(false));
|
||||
|
||||
return $data_array;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue