1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02: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:
Andreas Fischer
2013-08-12 12:57:43 +02:00

View File

@@ -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)
{