CC-4090: Make code style PSR compliant - part 4
-controllers dir
This commit is contained in:
parent
b2327472e8
commit
699a49a103
6 changed files with 104 additions and 112 deletions
|
@ -118,7 +118,7 @@ class ScheduleController extends Zend_Controller_Action
|
|||
$events = &Application_Model_Show::getFullCalendarEvents($start, $end, $editable);
|
||||
$this->view->events = $events;
|
||||
}
|
||||
|
||||
|
||||
public function getCurrentShowAction()
|
||||
{
|
||||
$currentShow = Application_Model_Show::GetCurrentShow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue