When enabling features that work with nodequeue from drush, I see these notices:
Undefined property: stdClass::$link nodequeue.module:897 [notice]
Undefined property: stdClass::$link_remove [notice]
nodequeue.module:898
Undefined property: stdClass::$reference nodequeue.module:905 [notice]
Undefined property: stdClass::$name nodequeue.module:893 [notice]
Undefined property: stdClass::$reference nodequeue.module:905 [notice]
Comments
Comment #1
amateescu commentedNodequeue doesn't have features integration.. yet. The obvious question would be: how did you create those 'features that work with nodequeue'? :)
Can you paste some code or the steps to reproduce? Also, does it happen with 7.x-2.x-dev as well?
Comment #2
phoenix commentedI have a feature that has a dependency on nodequeue, on install I get those notices.
Comment #3
fizk commentedIf this issue still effects anyone, please reopen and describe how to reproduce.