Closed (fixed)
Project:
Internationalization Views
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2012 at 09:13 UTC
Updated:
29 Jul 2012 at 21:41 UTC
I'm encountering a PHP notice while calling http://example.com/taxonomy/term/1/all/feed:
Notice: Undefined variable: vocabularies in i18nviews_plugin_argument_validate_i18n_taxonomy_term->validate_argument_i18n_tids() (line 165 of /sites/all/modules/i18nviews/includes/i18nviews_plugin_argument_validate_i18n_taxonomy_term.inc).
I'm using Views for taxonomy terms.
Comments
Comment #1
scitoThe code was added in issue #1359132: Extend taxonomy term argument validator plugin..
$vocabulariesis never set in thevalidate_argument_i18n_tid()andvalidate_argument_i18n_tids()functions.I don't know if setting
$vocabulariesas invalidate_argument()would fix the problem:BTW: I'm using PHP 5.3.14.
Comment #2
webflo commentedFixed in commit 7e22fa8. Thanks!
Comment #3
scitoThe PHP notice disappeared.
That was fast!
Thanks, too.