mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +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);
|
unlink($tmpfname);
|
||||||
|
|
||||||
// Try to avoid any extra finishing output
|
// Try to avoid any extra finishing output
|
||||||
exit;
|
common::egw_exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function ajax_get_plugin_selectors($_plugin,&$response=false, $definition = '') {
|
public function ajax_get_plugin_selectors($_plugin,&$response=false, $definition = '') {
|
||||||
|
Loading…
Reference in New Issue
Block a user