mirror of
https://github.com/friendica/friendica
synced 2024-11-18 14:23:41 +00:00
Issue 6032: Avoid fatal error
This commit is contained in:
parent
f67cf4e63b
commit
cc0904eb77
1 changed files with 2 additions and 0 deletions
|
@ -268,6 +268,8 @@ function profile_content(App $a, $update = 0)
|
||||||
if (!DBA::isResult($items)) {
|
if (!DBA::isResult($items)) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$pager = new Pager($a->query_string);
|
||||||
} else {
|
} else {
|
||||||
$sql_post_table = "";
|
$sql_post_table = "";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue