CC-5262: PHP error happens when creating shows

SAAS only because there is no recording show form
This commit is contained in:
denise 2013-08-02 11:03:14 -04:00
parent 06f5f2f5a7
commit 8ba95b3587
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ class Application_Service_ShowFormService
$rebroadcast = true;
$absRebroadcast = true;
if ($formData["add_show_rebroadcast"]) {
if (isset($formData["add_show_rebroadcast"]) && $formData["add_show_rebroadcast"]) {
$formData["add_show_duration"] = Application_Service_ShowService::formatShowDuration(
$formData["add_show_duration"]);
$absRebroadcast = $forms["abs_rebroadcast"]->isValid($formData);