Removed bad line break

This commit is contained in:
Rudi Grinberg 2012-09-06 12:38:55 -04:00
parent 3f898bfc3a
commit 744577a8b5
1 changed files with 2 additions and 2 deletions

View File

@ -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 );
}