mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11781] Include func update_post_information()
Include functions_posting before using functions defined in that file PHPBB3-11781
This commit is contained in:
parent
c9cd7412f2
commit
a0206a61bc
1 changed files with 5 additions and 0 deletions
|
@ -360,6 +360,11 @@ class phpbb_content_visibility
|
|||
// Sync the first/last topic information if needed
|
||||
if (!$is_starter && $is_latest)
|
||||
{
|
||||
if (!function_exists('update_post_information'))
|
||||
{
|
||||
include($this->phpbb_root_path . 'includes/functions_posting.' . $this->php_ext);
|
||||
}
|
||||
|
||||
// update_post_information can only update the last post info ...
|
||||
if ($topic_id)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue