Removed unnecessary image_path field from showData and ccShow object
This commit is contained in:
parent
b89a764442
commit
c4b38043e8
|
@ -1530,7 +1530,6 @@ SQL;
|
||||||
$ccShow->setDbLiveStreamUsingCustomAuth($showData['cb_custom_auth'] == 1);
|
$ccShow->setDbLiveStreamUsingCustomAuth($showData['cb_custom_auth'] == 1);
|
||||||
$ccShow->setDbLiveStreamUser($showData['custom_username']);
|
$ccShow->setDbLiveStreamUser($showData['custom_username']);
|
||||||
$ccShow->setDbLiveStreamPass($showData['custom_password']);
|
$ccShow->setDbLiveStreamPass($showData['custom_password']);
|
||||||
$ccShow->setDbImagePath($showData['image_path']);
|
|
||||||
|
|
||||||
//Here a user has edited a show and linked it.
|
//Here a user has edited a show and linked it.
|
||||||
//We need to grab the existing show instances ids and fill their content
|
//We need to grab the existing show instances ids and fill their content
|
||||||
|
|
Loading…
Reference in New Issue