mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 18:12:26 +01:00 
			
		
		
		
	Fixed obsoleted remove_journal in download
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
		| @@ -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; | ||||
|    } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user