gui fixes

This commit is contained in:
SJ
2015-07-02 14:35:45 +02:00
parent 863d9ecb50
commit 1b9e2e639d
5 changed files with 126 additions and 8 deletions

View File

@ -300,10 +300,10 @@ class ModelSearchMessage extends Model {
$msg = $p;
$p = '';
}
}
if($boundary) {
$msg = substr($msg, 0, strlen($msg) - strlen($boundary) - 6);
if($boundary) {
$msg = substr($msg, 0, strlen($msg) - strlen($boundary) - 6);
}
}
return $has_journal;