From 66f4014f053098298691da7ff3089f44c68a4a2c Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 16 Mar 2011 17:48:53 +0100 Subject: Lib umbenannt und beispielverwendung korrigiert --- application/modules/fbgui/controllers/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/fbgui') 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()); -- cgit v1.2.3-55-g7522