diff options
-rw-r--r-- | web/template/pkg_comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index 40b2fd1..30ceea5 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -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> |