aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions_display.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php
index 604197b2eb..684729fc0d 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -888,6 +888,8 @@ function display_custom_bbcodes()
$i++;
}
$db->sql_freeresult($result);
+
+ $phpbb_dispatcher->dispatch('core.display_custom_bbcodes');
}
/**