mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 11:07:03 +02:00
revised ms journal handling
This commit is contained in:
@ -41,10 +41,9 @@ class ControllerMessageDownload extends Controller {
|
||||
header("Content-Transfer-Encoding: binary\n");
|
||||
|
||||
|
||||
print $this->model_search_message->get_raw_message($this->data['piler_id']);
|
||||
exit;
|
||||
|
||||
$this->render();
|
||||
$msg = $this->model_search_message->get_raw_message($this->data['piler_id']);
|
||||
$this->model_search_message->remove_journal($msg);
|
||||
print $msg;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user