CC-3950: apache log errors part2
- fixed
This commit is contained in:
parent
628f1518a7
commit
e661f400a4
1 changed files with 1 additions and 1 deletions
|
@ -1061,7 +1061,7 @@ class Application_Model_Show {
|
||||||
|
|
||||||
//check if we are adding or updating a show, and if updating
|
//check if we are adding or updating a show, and if updating
|
||||||
//erase all the show's future show_rebroadcast information first.
|
//erase all the show's future show_rebroadcast information first.
|
||||||
if (($data['add_show_id'] != -1) && $data['add_show_rebroadcast']){
|
if (($data['add_show_id'] != -1) && isset($data['add_show_rebroadcast']) && $data['add_show_rebroadcast']){
|
||||||
CcShowRebroadcastQuery::create()
|
CcShowRebroadcastQuery::create()
|
||||||
->filterByDbShowId($data['add_show_id'])
|
->filterByDbShowId($data['add_show_id'])
|
||||||
->delete();
|
->delete();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue