From 2cdad4932afd095322fe72fd7ac340495452782c Mon Sep 17 00:00:00 2001 From: drigato Date: Mon, 6 Jan 2014 14:04:18 -0500 Subject: [PATCH] CC-5660: Unable to create shows with a rebroadcast Used wrong formating for minutes --- airtime_mvc/application/forms/AddShowWhen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/forms/AddShowWhen.php b/airtime_mvc/application/forms/AddShowWhen.php index ff92d7c60..9644535b9 100644 --- a/airtime_mvc/application/forms/AddShowWhen.php +++ b/airtime_mvc/application/forms/AddShowWhen.php @@ -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