Avoid extra output after file

This commit is contained in:
Nathan Gray 2010-12-20 15:47:04 +00:00
parent f08abdbd83
commit b07fed35a7

View File

@ -413,6 +413,9 @@ class importexport_export_ui {
fclose($file); fclose($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 = '') {