Commit: 4cdb5883171de3f71658c032e55130d852dd36ad Author: kovacs.ferenc <[email protected]> Sun, 11 Jan 2015 19:47:26 +0100 Parents: 218cb889d56571bc041eda4d7e095597139174bf Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=4cdb5883171de3f71658c032e55130d852dd36ad Log: show categories/packages for both PHP/PECL project type. Fixes #67835 Bugs: https://bugs.php.net/67835 Changed paths: M www/bug.php Diff: diff --git a/www/bug.php b/www/bug.php index a340e49..f3639fd 100644 --- a/www/bug.php +++ b/www/bug.php @@ -172,7 +172,7 @@ $project = $bug['project']; // Only fetch stuff when it's really needed if ($edit && $edit < 3) { - $pseudo_pkgs = get_pseudo_packages($project, false); // false == no read-only packages included + $pseudo_pkgs = get_pseudo_packages(false, false); // false == no read-only packages included } // Fetch RESOLVE_REASONS array -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
