Merge pull request #6120 from annando/issue-6032

Issue 6032: Avoid fatal error
This commit is contained in:
Tobias Diekershoff 2018-11-13 09:38:08 +01:00 committed by GitHub
commit b0c875cbfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -268,6 +268,8 @@ function profile_content(App $a, $update = 0)
if (!DBA::isResult($items)) {
return '';
}
$pager = new Pager($a->query_string);
} else {
$sql_post_table = "";