mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Use common::egw_exit() instead of just exit for extra cleanup
This commit is contained in:
parent
515e84b96c
commit
af918a2945
@ -447,7 +447,7 @@ class importexport_export_ui {
|
||||
unlink($tmpfname);
|
||||
|
||||
// Try to avoid any extra finishing output
|
||||
exit;
|
||||
common::egw_exit();
|
||||
}
|
||||
|
||||
public function ajax_get_plugin_selectors($_plugin,&$response=false, $definition = '') {
|
||||
|
Loading…
Reference in New Issue
Block a user