Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2008 at 15:05 UTC
Updated:
25 Jan 2008 at 15:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
cburschkaIt's a very long line, and I have applied the trivial (isset) fix rather than hunt around for possible details - eg. when the ['parent'] gets set, if this bug happens only when no parent is selected, when no possible parent exists, or when the forum module unsets the parent field.
This patch removes the notice, although if forum.module causes this, perhaps forum.module should be fixed to keep its change free of notices...
Comment #2
cburschkaIf my version of the abovementioned patch gets in, this one becomes superfluous. I really prefer the idea of fixing the bug at the source, because it shouldn't be the responsibility of every module to be paranoid about its own form values just in case some other module "hacked" it with form_alter.