Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
update.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Oct 2009 at 14:15 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
johnalbinThis patch fixes the bug and adds the missing docblock for this function.
Comment #2
dwwThat's very strange -- I wonder why I don't see those errors. But yeah, that looks like a good fix. However, while we're changing this, we should also fix the fact that when this form builder is invoked from the menu system, we also pass in a 3rd argument, $context. Added that to the function signature and PHPDoc.
Thanks, John!
p.s. We're tagging all Update-manager-related issues with "Update manager" so we can track them all together -- even though most are in update.module component, some are spread around in other places, so the tag is helpful.
Comment #3
chx commentedThat's a good one.
Comment #4
dries commentedCommitted to CVS HEAD. Thanks.