diff options
Diffstat (limited to 'web/template/pkg_comments.php')
-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 d7181184..ca4abc6d 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -1,7 +1,7 @@ <?php $uid = uid_from_sid($SID); $base_id = pkgbase_from_pkgid($row['ID']); -$count = package_comments_count($base_id); +$count = pkgbase_comments_count($base_id); ?> <div id="news"> <h3> |