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