Hi Guys

Getting the following error when I try to include the duration of a video in views.

Notice: Undefined property: stdClass::$node_kaltura_kaltura_duration in kaltura_views_handler_field_kaltura_duration->render() (line 10 of /var/aegir/platforms/pitch/sites/all/modules/contrib/kaltura/plugins/kaltura_views/kaltura_views_handler_field_kaltura_duration.inc).

All durations are output as 00:00

I found that the views duration handler is calling the wrong field.
Line 10 in plugins/kaltura_views/kaltura_views_handler_field_kaltura_duration.inc

$secs = $values->node_kaltura_kaltura_duration;
change to
$secs = $values->node_kaltura_field_data_field_kaltura_video_kaltura_duration;

Please test my patch :)

CommentFileSizeAuthor
duration_patch.patch1.06 KBgarethhallnz