Removed notices, will it ever end?

This commit is contained in:
Michael 2018-08-17 03:19:42 +00:00
commit 0342f9e084
6 changed files with 21 additions and 4 deletions

View file

@ -5812,7 +5812,7 @@ function api_friendica_profile_show($type)
$nurls = q(
"SELECT `id`, `nurl` FROM `contact` WHERE `uid`= %d AND `profile-id` = %d",
intval(api_user()),
intval($rr['profile_id'])
intval($rr['id'])
);
foreach ($nurls as $nurl) {