X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmessage.php;h=928f575ef38b0bfe729d146e1e1bb7d6b2bab71e;hb=46cd39fb34613f4b331793f19c0e562f93125066;hp=99fb6b3b41cbc4e39787175edfd0921c2a8d8c95;hpb=1c4fbc9fdf49b27ead8af2fe6bdc5c145d59cd0c;p=friendica.git diff --git a/mod/message.php b/mod/message.php index 99fb6b3b41..928f575ef3 100644 --- a/mod/message.php +++ b/mod/message.php @@ -436,7 +436,7 @@ function render_messages(array $msg, string $t): string $to_name_e = $rr['name']; if (is_null($rr['url'])) { - // contact-id is pointing to a non existing contact + // contact-id is pointing to a nonexistent contact continue; }