From: Michael Date: Mon, 12 Nov 2018 19:10:40 +0000 (+0000) Subject: Issue 6032: Avoid fatal error X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cc0904eb772583c3f45a9e32868032a4ba441ac1;p=friendica.git Issue 6032: Avoid fatal error --- diff --git a/mod/profile.php b/mod/profile.php index 59f3bb5ae4..218cc26e4b 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -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 = "";