summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui
diff options
context:
space:
mode:
authorSimon2011-03-16 17:48:53 +0100
committerSimon2011-03-16 17:48:53 +0100
commit66f4014f053098298691da7ff3089f44c68a4a2c (patch)
treeff413d2b8713c02c20114cee3903deff42dc59ef /application/modules/fbgui
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-66f4014f053098298691da7ff3089f44c68a4a2c.tar.gz
pbs2-66f4014f053098298691da7ff3089f44c68a4a2c.tar.xz
pbs2-66f4014f053098298691da7ff3089f44c68a4a2c.zip
Lib umbenannt und beispielverwendung korrigiert
Diffstat (limited to 'application/modules/fbgui')
-rw-r--r--application/modules/fbgui/controllers/IndexController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php
index d141733..685feaa 100644
--- a/application/modules/fbgui/controllers/IndexController.php
+++ b/application/modules/fbgui/controllers/IndexController.php
@@ -13,7 +13,7 @@ class Fbgui_IndexController extends Zend_Controller_Action
// action body
// Call this Procedure after Login to create a session and save the alphasessionID to session
- $n = new Pbs_PbsSession();
+ $n = new Pbs_Session();
$session = new Application_Model_Session();
$session->setBootisoID(1);
$session->setTime(time());