1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 20:40:24 +02:00

[feature/events] Fixing events issues

PHPBB3-9550
This commit is contained in:
Michael Cullum
2012-04-07 15:47:57 +01:00
committed by Joas Schilling
parent 1a1ae60d8d
commit 3d4946f5f0
2 changed files with 2 additions and 3 deletions

View File

@@ -5076,6 +5076,7 @@ function page_footer($run_cron = true)
$vars = array('run_cron', 'page_footer_override');
extract($phpbb_dispatcher->trigger_event('core.page_footer_override', compact($vars)));
if ($page_footer_override)
{
return;