cc-4347: small correction.

This commit is contained in:
Rudi Grinberg 2012-09-06 14:16:10 -04:00
parent a39116c687
commit cd9e89560d
1 changed files with 1 additions and 1 deletions

View File

@ -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'];