CC-5262: PHP error happens when creating shows
SAAS only because there is no recording show form
This commit is contained in:
parent
06f5f2f5a7
commit
8ba95b3587
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue