diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2012-05-02 21:12:18 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2012-05-02 21:12:18 +0200 |
| commit | ed67dcf3d83d40623471fe191fdc415289c59c21 (patch) | |
| tree | 45ce903a8034d929b06596fc8a25fd30e25dc030 /phpBB | |
| parent | beda22c0b1a0a3c802d7b7ee53c4648f8201cf45 (diff) | |
| download | forums-ed67dcf3d83d40623471fe191fdc415289c59c21.tar forums-ed67dcf3d83d40623471fe191fdc415289c59c21.tar.gz forums-ed67dcf3d83d40623471fe191fdc415289c59c21.tar.bz2 forums-ed67dcf3d83d40623471fe191fdc415289c59c21.tar.xz forums-ed67dcf3d83d40623471fe191fdc415289c59c21.zip | |
[ticket/10818] Global Announcements Update Dialog should call exit_handler()
PHPBB3-10818
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index a0892005d2..665db1f2f0 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -260,7 +260,7 @@ if ($has_global && !$ga_forum_id) </form> <?php _print_footer(); - exit; + exit_handler(); } header('Content-type: text/html; charset=UTF-8'); |
