Try to avoid extra output after file

This commit is contained in:
Nathan Gray 2010-12-17 18:24:24 +00:00
parent 726798c8cb
commit 6246b1b58b

View File

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