diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-01 19:24:39 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-01 19:24:39 +0000 |
commit | 9e3ae3237cb96cf8451516d1b0362437aa27ff6c (patch) | |
tree | d197c4dae9c53ecf9b321c38c047c9fa2457a288 /phpBB/includes | |
parent | cf4e90fdf148c3b77590fd688426808781850370 (diff) | |
download | forums-9e3ae3237cb96cf8451516d1b0362437aa27ff6c.tar forums-9e3ae3237cb96cf8451516d1b0362437aa27ff6c.tar.gz forums-9e3ae3237cb96cf8451516d1b0362437aa27ff6c.tar.bz2 forums-9e3ae3237cb96cf8451516d1b0362437aa27ff6c.tar.xz forums-9e3ae3237cb96cf8451516d1b0362437aa27ff6c.zip |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@8118 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 9aaae9ef5a..fcb9696ace 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -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__)) { |