journal strip fix

This commit is contained in:
SJ 2013-01-27 21:54:33 +01:00
parent 80cee9f59c
commit 37ffe22419

View File

@ -115,7 +115,7 @@ class ModelSearchMessage extends Model {
} }
} }
$msg = substr($msg, 0, strlen($msg) - strlen($boundary) - 6); if($boundary) { $msg = substr($msg, 0, strlen($msg) - strlen($boundary) - 6); }
} }