-better naming of show instance functions
This commit is contained in:
parent
1c5b2dc813
commit
f7fb6ddff0
5 changed files with 40 additions and 40 deletions
|
@ -415,7 +415,7 @@ class ApiController extends Zend_Controller_Action
|
|||
$show_inst->setRecordedFile($file_id);
|
||||
$show_name = $show_inst->getName();
|
||||
$show_genre = $show_inst->getGenre();
|
||||
$show_start_time = ConvertToLocalDateTimeString($show_inst->getShowStart());
|
||||
$show_start_time = ConvertToLocalDateTimeString($show_inst->getShowInstanceStart());
|
||||
|
||||
} catch (Exception $e){
|
||||
//we've reached here probably because the show was
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue