Fixes for live environment and updates to admin/service/update

This commit is contained in:
Deon George
2011-07-22 11:04:20 +10:00
parent 27cdab1fe4
commit c8c4c5176d
41 changed files with 2457 additions and 82 deletions

View File

@@ -190,9 +190,9 @@ class Export_Quicken extends Export {
}
if (! empty($qo))
$this->request->response = $qo->export();
$this->response->body($qo->export());
$this->request->send_file(TRUE,'quicken-import.iif');
$this->response->send_file(TRUE,'quicken-import.iif',array('mime_type'=>'text/plain'));
}
}
?>