Issue 6032: Avoid fatal error

This commit is contained in:
Michael 2018-11-12 19:10:40 +00:00
parent f67cf4e63b
commit cc0904eb77
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 = "";