Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2009 at 01:23 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
karschsp commentedHere's a quick patch for this.
Comment #2
karschsp commentedforgot to change status.
Comment #3
karschsp commentedre-rolling patch to use ['#id'] rather than ['#anchorname']
Comment #4
dave reidAwesome. It's much better using #id, and consistant with current FormAPI conventions.
We should also get some quick tests written to make sure this doesn't break again. Do we have any tests that work with the admin/by-module page?
Comment #5
cburschkaThis is just two lines, and both looked okay at a glance. The internal module name is safe to use here, since they are guaranteed to be unique.
Comment #6
dries commentedCommitted to CVS HEAD. Thanks!
Ideally, we'd have a generic broken link tester at some point.