mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
pkg_comments.php: Fix notice
Fix a notice that appeared if comments were available and the package
was requested by name. See 07d3649c2d
for
a similar fix for links to the voters page.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
10c774f034
commit
af95c2b1fe
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
$uid = uid_from_sid($SID);
|
||||
$count = package_comments_count($_GET['ID']);
|
||||
$count = package_comments_count($row['ID']);
|
||||
?>
|
||||
<div id="news">
|
||||
<h3>
|
||||
|
|
Loading…
Add table
Reference in a new issue