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:
committed by
Joas Schilling
parent
1a1ae60d8d
commit
3d4946f5f0
@@ -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;
|
||||
|
Reference in New Issue
Block a user