From d03f7a890f52505180ab19c350d1f610fc41a11d Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 16 Jul 2014 17:21:08 +0200 Subject: Fix pkgbase_votes_from_name() In 676595f (Prefix package functions with pkg_/pkgbase_, 2014-04-05), votes_for_pkgname() was renamed to pkgbase_votes_from_name() without changing the semantics. Slightly adapt the implementation and interpret the argument as a package base name instead of a package name. Also fix the call site. Reported-by: Felix Yan Signed-off-by: Lukas Fleischer --- web/html/voters.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'web/html/voters.php') diff --git a/web/html/voters.php b/web/html/voters.php index 8766fa73..b0753b96 100644 --- a/web/html/voters.php +++ b/web/html/voters.php @@ -1,11 +1,11 @@
-

Votes for

+

Votes for

    -- cgit v1.2.3-24-g4f1b