Skip to content

[FIX] tiki-list_kaltura_entries.tpl : Trying to access array offset on null

The problem : We are trying to access index 0 of $klist before making sure $klist is not null, so I added a condition to check if $klist is set.

Merge request reports