mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10818] Global Announcements Update Dialog should call exit_handler()
PHPBB3-10818
This commit is contained in:
parent
beda22c0b1
commit
ed67dcf3d8
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ if ($has_global && !$ga_forum_id)
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
_print_footer();
|
_print_footer();
|
||||||
exit;
|
exit_handler();
|
||||||
}
|
}
|
||||||
|
|
||||||
header('Content-type: text/html; charset=UTF-8');
|
header('Content-type: text/html; charset=UTF-8');
|
||||||
|
|
Loading…
Add table
Reference in a new issue