mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/10818] Global Announcements Update Dialog should call exit_handler()
PHPBB3-10818
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user