mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge remote-tracking branch 'nickvergessen/ticket/10818' into develop
* nickvergessen/ticket/10818: [ticket/10818] Global Announcements Update Dialog should call exit_handler()
This commit is contained in:
commit
7426c7a97f
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue