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

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 = "";