Preparation for a not found contact.
This commit is contained in:
parent
d0ae5ce326
commit
ba41336099
1 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,9 @@ function follow_content(&$a) {
|
|||
$r = q("SELECT `location`, `about`, `keywords` FROM `gcontact` WHERE `nurl` = '%s'",
|
||||
normalise_link($ret["url"]));
|
||||
|
||||
if (!$r)
|
||||
$r = array(array("location" => "", "about" => "", "keywords" => ""));
|
||||
|
||||
$header = $ret["name"];
|
||||
|
||||
if ($ret["addr"] != "")
|
||||
|
|
Loading…
Reference in a new issue