mirror of
https://github.com/friendica/friendica
synced 2025-04-25 07:10:11 +00:00
Merge pull request #5626 from annando/notices-oh-yeah
Removed notices, will it ever end?
This commit is contained in:
commit
d5c2c41b02
6 changed files with 21 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue