Closed (fixed)
Project:
Taxonomy Menu
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2009 at 11:27 UTC
Updated:
17 Apr 2010 at 11:40 UTC
notice: Undefined variable: changed_menu in /sites/all/modules/taxonomy_menu/taxonomy_menu.module on line 133.
Had to change or $changed_menu to or (isset($changed_menu) and $changed_menu) in several places. The same for $change_vocab_item and $changed_path. $message has no default value so I gave it a default value.
Comments
Comment #1
indytechcook commentedThanks peterx, can you provide a patch against the latest from the D6-2 branch? http://drupal.org/patch
Cheers,
Neil
Comment #2
arlinsandbulte commentedHmmm... is this still applicable?
Comment #3
arlinsandbulte commented2 months of inactivity while status was at "postponed (maintainer needs more info)"
Marking as fixed.
Feel free to re-open if this still applies.