diff --git a/plugin/Live/tabs/tabStreamSettings.php b/plugin/Live/tabs/tabStreamSettings.php index 30e013e63..f10081d51 100644 --- a/plugin/Live/tabs/tabStreamSettings.php +++ b/plugin/Live/tabs/tabStreamSettings.php @@ -1,176 +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();"/>

/>