diff options
Diffstat (limited to 'application/controllers/SessionController.php')
| -rw-r--r-- | application/controllers/SessionController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/controllers/SessionController.php b/application/controllers/SessionController.php index fc3b962..21f94fa 100644 --- a/application/controllers/SessionController.php +++ b/application/controllers/SessionController.php @@ -20,6 +20,7 @@ class SessionController extends Zend_Controller_Action $createsession = new Application_Form_Session(); $this->view->createsession = $createsession; }else { + // TODO extend with normal function not only with post $createsession = new Application_Form_Session($_POST); print_a($_POST); if ($createsession->isValid($_POST)) { |
