Reviewed & tested by the community
Project:
Taxonomy Redirect
Version:
6.x-1.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 16:00 UTC
Updated:
25 Aug 2012 at 23:30 UTC
I got some notices for undefined variables:
# Notice: Undefined variable: parent_names in taxonomy_redirect_default_term_path() (line 529 of C:\www\sites\all\modules\taxonomy_redirect\taxonomy_redirect.module).
# Notice: Undefined variable: parent_ids in taxonomy_redirect_default_term_path() (line 529 of C:\www\sites\all\modules\taxonomy_redirect\taxonomy_redirect.module).
I'm working on a Pressflow-based site but I don't think that that's the cause. Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_redirect_undefined_vars.patch | 547 bytes | marcvangend |
Comments
Comment #1
matt v. commentedThe patch applied cleanly for me and resolved the issue mentioned above.