Merge pull request #6120 from annando/issue-6032
Issue 6032: Avoid fatal error
This commit is contained in:
commit
b0c875cbfc
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