*** empty log message ***

git-svn-id: file:///svn/phpbb/trunk@8118 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2007-10-01 19:24:39 +00:00
parent cf4e90fdf1
commit 9e3ae3237c

View file

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