From 744577a8b583f8cca5085874975c901a66dda49b Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Thu, 6 Sep 2012 12:38:55 -0400 Subject: [PATCH] Removed bad line break --- airtime_mvc/application/controllers/ScheduleController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/controllers/ScheduleController.php b/airtime_mvc/application/controllers/ScheduleController.php index eba69211f..f96d8ffb2 100644 --- a/airtime_mvc/application/controllers/ScheduleController.php +++ b/airtime_mvc/application/controllers/ScheduleController.php @@ -832,8 +832,8 @@ class ScheduleController extends Zend_Controller_Action Logging::debug_sparse( $data ); } else { $this->view->addNewShow = true; - $this->view->form = $this->view->render(' - schedule/add-show-form.phtml'); + $this->view->form = $this->view->render( + 'schedule/add-show-form.phtml'); Logging::debug("Show creation failed"); Logging::debug_sparse( $data ); }