Fatal error: Call to undefined method stdClass::add_field() in /home/kargames/drupal/modules/heartbeat/handlers/views_plugin_row_heartbeat_view.inc on line 32
Does $view->query->add_field() still exist? Using views 2.4.
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | heartbeat-views-field.patch | 1.99 KB | cridenour |
Comments
Comment #1
cridenour commentedSee attached. Field functions aren't available when the choice is Heartbeat. Function you have listed needs to have heartbeat to be used but this patch worked perfectly for me.
Comment #2
Stalski commented