summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/AuthController.php
diff options
context:
space:
mode:
authorSimon2011-03-16 13:01:28 +0100
committerSimon2011-03-16 13:01:28 +0100
commitb99d7a884edabd9e5d297c8117ee7552ca702b96 (patch)
tree185a8b8a4cdbb868380a1549f0e540c4174f5dae /application/modules/user/controllers/AuthController.php
parentcontroller und actions für Client und Pool hinzugefügt (diff)
downloadpbs2-b99d7a884edabd9e5d297c8117ee7552ca702b96.tar.gz
pbs2-b99d7a884edabd9e5d297c8117ee7552ca702b96.tar.xz
pbs2-b99d7a884edabd9e5d297c8117ee7552ca702b96.zip
Arbeiten am Clientcontroller, Membership in Auth gesetzt
Diffstat (limited to 'application/modules/user/controllers/AuthController.php')
-rw-r--r--application/modules/user/controllers/AuthController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/user/controllers/AuthController.php b/application/modules/user/controllers/AuthController.php
index 4721616..76dc243 100644
--- a/application/modules/user/controllers/AuthController.php
+++ b/application/modules/user/controllers/AuthController.php
@@ -11,6 +11,7 @@ class User_AuthController extends Zend_Controller_Action
public function indexAction()
{
// action body
+ $_SESSION['membershipID'] = 1;
}