diff --git a/plugin/Live/tabs/tabStreamSettings.php b/plugin/Live/tabs/tabStreamSettings.php index 753ed3c7a..30e013e63 100644 --- a/plugin/Live/tabs/tabStreamSettings.php +++ b/plugin/Live/tabs/tabStreamSettings.php @@ -1,172 +1,176 @@ allowMultipleLivesPerUser) { $onliveApplications = Live::getLivesOnlineFromKey($key); foreach ($onliveApplications as $value) { if (empty($value['key'])) { continue; } if (preg_match('/' . $trasnmition['key'] . '/', $value['key'])) { $onliveApplications[] = '' . __('LIVE NOW') . ' ' . $value['title'] . ''; } } } +if(!is_object($liveStreamObject)){ + $islive = isLive(); + $liveStreamObject = new LiveStreamObject($islive['key'], $islive['live_servers_id'], @$_REQUEST['live_index'], 0); +} $key = $liveStreamObject->getKeyWithIndex(true); ?>
()
onchange="saveStream();"/>
onchange="saveStream();"/>

/>