mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:50:11 +00:00
Some more notices (#5526)
* Some more notices * Fixed nasty to find notice in DFRN and OStatus * And more notices ... * Yeah, some removed notices ... again ...
This commit is contained in:
parent
6d39cecc5d
commit
a2cea16954
10 changed files with 39 additions and 16 deletions
|
@ -53,6 +53,10 @@ class Markdown extends BaseObject
|
|||
|
||||
$data = Contact::getDetailsByAddr($match[2]);
|
||||
|
||||
if (empty($data)) {
|
||||
return;
|
||||
}
|
||||
|
||||
$name = $match[1];
|
||||
|
||||
if ($name == '') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue