Use common::egw_exit() instead of just exit for extra cleanup

This commit is contained in:
Nathan Gray 2010-12-20 22:00:19 +00:00
parent 515e84b96c
commit af918a2945

View File

@ -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 = '') {