CC-3675: Playlist -> the files from Disconnected Mediafolder can still

be previewed (played)

- done
This commit is contained in:
James 2012-04-24 12:59:07 -04:00
parent a41f100545
commit 3c4d01aa93
4 changed files with 23 additions and 10 deletions

View file

@ -373,7 +373,7 @@ class ScheduleController extends Zend_Controller_Action
$this->view->switch_status = $switch_status;
$this->view->entries = $range;
$this->view->show_name = $show[0]["name"];
$this->view->show_name = isset($show[0])?$show[0]["name"]:"";
}
public function removeGroupAction()