diff --git a/airtime_mvc/application/models/Show.php b/airtime_mvc/application/models/Show.php index 610ce3647..5804f2226 100644 --- a/airtime_mvc/application/models/Show.php +++ b/airtime_mvc/application/models/Show.php @@ -130,7 +130,7 @@ class Application_Model_Show WHERE show_id = :show_id"; $hosts = Application_Common_Database::prepareAndExecute( $sql, - array( ':show_id' => $this->_showId ), 'all'); + array( ':show_id' => $this->getId() ), 'all'); $res = array_map( function($host) { return $host['first_name']." ".$host['last_name'];