diff options
author | Mark Weiman <mark.weiman@markzz.com> | 2016-02-16 14:21:55 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-02-19 18:18:48 +0100 |
commit | c23914fc1df309a6b1d85ec5387cfbef2161e655 (patch) | |
tree | 0976846874475c148d3ba178b6dcefd720e607c5 /web/template/pkg_details.php | |
parent | fb56ec9d1e4c814f76e6c84174151376092b96dc (diff) | |
download | aur-c23914fc1df309a6b1d85ec5387cfbef2161e655.tar.gz aur-c23914fc1df309a6b1d85ec5387cfbef2161e655.tar.xz |
Unset $pinned unconditionally when displaying comments
In pkg_comments.php, the $pinned variable is used to determine whether
the template is supposed to print all comments or pinned comments only.
If the $pinned variable is unset, the top 10 comments are printed,
followed by an "All comments" link. If the $pinned variable is set, the
pinned comments are printed and the "All comments" link below the
comment listing is skipped. Thus, we need to make sure that this
variable is always unset at the time we include the template to display
all comments, even if it was empty before.
Fixes FS#48194.
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/template/pkg_details.php')
0 files changed, 0 insertions, 0 deletions