X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FMail.php;h=81494e7ebb4e15dbcc0e1f8f8fef0416dcef23b3;hb=2260b9c87375dbdff175f93d0eee5d6f321b9102;hp=f9b4c4d6dbddba324d2b4c84d9a47160ca28b4b7;hpb=876acd68a0c6f7384c5aa0c78553dd70cd32bd99;p=friendica.git diff --git a/src/Model/Mail.php b/src/Model/Mail.php index f9b4c4d6db..81494e7ebb 100644 --- a/src/Model/Mail.php +++ b/src/Model/Mail.php @@ -14,7 +14,6 @@ use Friendica\Util\DateTimeFormat; use dba; require_once 'include/dba.php'; -require_once 'include/datetime.php'; /** * Class to handle private messages @@ -68,6 +67,7 @@ class Mail } } + $convuri = ''; if (!$convid) { // create a new conversation $recip_host = substr($contact['url'], strpos($contact['url'], '://') + 3);