I am programatically uninstalling a node type. I get the follwoing warning:
Notice: Undefined variable: entity_type in apachesolr_node_type_delete() (line 676 of /var/www/html/websites/sites/all/modules/apachesolr/apachesolr.module).
On code inspection, I don't see $entity_type being set within the function.
Thanks,
Mark
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1900006-3-D6.patch | 566 bytes | pwolanin |
| #1 | 1900006-1.patch | 618 bytes | nick_vh |
Comments
Comment #1
nick_vhThis should fix it
Comment #2
nick_vhFixed in 7.x-1.x, needs backport
Comment #3
pwolanin commentedComment #4
pwolanin commentedcommitted