CC-5660: Unable to create shows with a rebroadcast

Used wrong formating for minutes
This commit is contained in:
drigato 2014-01-06 14:04:18 -05:00
parent 11284d0d41
commit 2cdad4932a
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class Application_Form_AddShowWhen extends Zend_Form_SubForm
* rebroadcast instances
*/
$hours = $duration->format("%h");
$minutes = $duration->format("%m");
$minutes = $duration->format("%i");
/* Check if show is overlapping
* We will only do this check if the show is valid