Avoid extra output after file

This commit is contained in:
Nathan Gray 2010-12-20 15:34:29 +00:00
parent 66e60ff200
commit 1e88e8dc96

View File

@ -445,6 +445,9 @@ class importexport_export_ui {
fpassthru($file);
unlink($tmpfname);
// Try to avoid any extra finishing output
exit;
}
public function ajax_get_plugin_selectors($_plugin,&$response=false, $definition = '') {