mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 18:50:12 +01:00
Fixed obsoleted remove_journal in download
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
8bd4531b04
commit
3c2ed40359
@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
require DIR_SYSTEM . 'helper/mime.php';
|
||||
|
||||
class ControllerMessageDownload extends Controller {
|
||||
|
||||
@ -51,7 +52,8 @@ class ControllerMessageDownload extends Controller {
|
||||
|
||||
$msg = $this->model_search_message->get_raw_message($this->data['piler_id']);
|
||||
|
||||
$this->model_search_message->remove_journal($msg);
|
||||
Piler_Mime_Decode::removeJournal($msg);
|
||||
|
||||
print $msg;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user