mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@8118 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cf4e90fdf1
commit
9e3ae3237c
1 changed files with 1 additions and 1 deletions
|
@ -4354,7 +4354,7 @@ function exit_handler()
|
|||
{
|
||||
global $phpbb_hook;
|
||||
|
||||
if ($phpbb_hook->call_hook(__FUNCTION__))
|
||||
if (!empty($phpbb_hook) && $phpbb_hook->call_hook(__FUNCTION__))
|
||||
{
|
||||
if ($phpbb_hook->hook_return(__FUNCTION__))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue