Fixes for live environment and updates to admin/service/update
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user