I get the following PHP notice:
Notice: Undefined property: view::$row_index in views_handler_field->get_render_tokens()
The attached patch solves this. The row_index property on the view object needed to be set.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views_rss-notice-6.x-2.x.patch | 627 bytes | bcn |
| views_rss-row_index-notice.patch | 567 bytes | james.williams |
Comments
Comment #1
maciej.zgadzaj commentedThanks for the patch James. Fixed in build 7.x-2.x-dev-20120215_2, just pushed to the repository.
Comment #2
bcn commentedHere is the same patch for 6.x-2.x
Comment #3
maciej.zgadzaj commentedThanks Noah, pushed to 6.x-2.x too.