mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'cyberalien/ticket/11781' into develop
* cyberalien/ticket/11781: [ticket/11781] Include func update_post_information()
This commit is contained in:
commit
f6c6122eed
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
|
// Sync the first/last topic information if needed
|
||||||
if (!$is_starter && $is_latest)
|
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 ...
|
// update_post_information can only update the last post info ...
|
||||||
if ($topic_id)
|
if ($topic_id)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue