Notice: Undefined property: stdClass::$name in hansel_ui_rule_form() (line 249 of /home/u5278/domains/my_site/sites/all/modules/hansel/hansel_ui/hansel_ui.module).
How fix this?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | SNAG-0000.jpg | 75.69 KB | AndreyMukha |
Notice: Undefined property: stdClass::$name in hansel_ui_rule_form() (line 249 of /home/u5278/domains/my_site/sites/all/modules/hansel/hansel_ui/hansel_ui.module).
How fix this?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | SNAG-0000.jpg | 75.69 KB | AndreyMukha |
Comments
Comment #1
plazik commentedI have the same problem.
Comment #2
AndreyMukha commentedI have this problem too
Comment #3
mauritsl commentedAll uses of ->name and ->pid inside this function are controlled by isset(). Problem seems to be fixed already.
Line numbers do not match either, lines are 287 and 297 now.