summaryrefslogtreecommitdiffstats
path: root/application/controllers/SessionController.php
diff options
context:
space:
mode:
authorSimon2011-03-09 14:43:40 +0100
committerSimon2011-03-09 14:43:40 +0100
commit9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd (patch)
tree937aa56a584bb1401f85c8887f5c4adeb0196c02 /application/controllers/SessionController.php
parenthtaccess (diff)
downloadpbs2-9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd.tar.gz
pbs2-9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd.tar.xz
pbs2-9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd.zip
Icons ins Oberlfäche hinzugefügt & Views geupdated & style geupdated & select in free clients hinzugefügt
Diffstat (limited to 'application/controllers/SessionController.php')
-rw-r--r--application/controllers/SessionController.php1
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)) {