Closed (cannot reproduce)
Project:
Variable
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2012 at 15:42 UTC
Updated:
7 Apr 2012 at 19:29 UTC
Hi,
In some cases, when $info is empty @ line 420, the following error is thrown.
isset() or notempty() check is required for the $info['module'];
Notice: Undefined index: module in variable_type_include() (line 422 of /var/www/html/toi-dev/sites/all/modules/contrib/variable/variable.module).
regards
Chakri
Comments
Comment #1
jose reyero commentedThat property should be always present unless we are using a wrong variable type. So the bug should be somewhere else, maybe some variable using an undefined type ?
Comment #2
jose reyero commented