This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Handle the case when a contact is unknown.
pull/3168/head
Michael
4 years ago
parent
ce953e5882
commit
531074a72f
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
include/Contact.php
+ 4
- 0
include/Contact.php
View File
@ -730,6 +730,10 @@ function posts_from_contact_url(App $a, $contact_url) {
$sql
=
"
`item`.`uid` = %d
"
;
}
if
(
!
dbm
::
is_result
(
$r
))
{
return
''
;
}
$author_id
=
intval
(
$r
[
0
][
"
author-id
"
]);
if
(
get_config
(
'system'
,
'old_pager'
))
{
Write
Preview
Loading…
Cancel
Save