From c4b38043e87919016a0013d3f3e86c9b05c0e8bc Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Wed, 17 Sep 2014 19:43:26 -0400 Subject: [PATCH] Removed unnecessary image_path field from showData and ccShow object --- airtime_mvc/application/services/ShowService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/airtime_mvc/application/services/ShowService.php b/airtime_mvc/application/services/ShowService.php index 5fd8c354c..646fb72c7 100644 --- a/airtime_mvc/application/services/ShowService.php +++ b/airtime_mvc/application/services/ShowService.php @@ -1530,7 +1530,6 @@ SQL; $ccShow->setDbLiveStreamUsingCustomAuth($showData['cb_custom_auth'] == 1); $ccShow->setDbLiveStreamUser($showData['custom_username']); $ccShow->setDbLiveStreamPass($showData['custom_password']); - $ccShow->setDbImagePath($showData['image_path']); //Here a user has edited a show and linked it. //We need to grab the existing show instances ids and fill their content