mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 08:10:12 +01:00
journal strip fix
This commit is contained in:
parent
80cee9f59c
commit
37ffe22419
@ -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); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user