Merge branch 'master' of dev.sourcefabric.org:campcaster

This commit is contained in:
mkonecny 2010-12-21 18:28:55 -05:00
commit 414219b1cf
36 changed files with 1555 additions and 1295 deletions

View file

@ -87,6 +87,7 @@ class ScheduleController extends Zend_Controller_Action
}
}
$this->view->form = $form->__toString();
$this->view->hosts = User::getHosts();
}
public function moveShowAction()