]> git.mxchange.org Git - friendica.git/commitdiff
Issue 6032: Avoid fatal error
authorMichael <heluecht@pirati.ca>
Mon, 12 Nov 2018 19:10:40 +0000 (19:10 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 12 Nov 2018 19:10:40 +0000 (19:10 +0000)
mod/profile.php

index 59f3bb5ae483866c9aa8028ac8a57c39722b4642..218cc26e4b4f286232020fcaf73e5b6b2eb6271a 100644 (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 = "";