mirror of
https://github.com/friendica/friendica
synced 2025-05-01 01:44:22 +02:00
more reverts ...
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
6cef88c24e
commit
7849b3f8e3
2 changed files with 1 additions and 7 deletions
|
@ -232,7 +232,7 @@ class Probe {
|
|||
if ($data["photo"] != "")
|
||||
$data["baseurl"] = matching_url(normalise_link($data["baseurl"]), normalise_link($data["photo"]));
|
||||
else
|
||||
$data["photo"] = $a->get_baseurl().'/images/person-175.jpg';
|
||||
$data["photo"] = App::get_baseurl().'/images/person-175.jpg';
|
||||
|
||||
if (!isset($data["name"]) OR ($data["name"] == "")) {
|
||||
if (isset($data["nick"]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue