summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/modules/fbgui/controllers/IndexController.php2
-rw-r--r--library/Pbs/Session.php (renamed from library/Pbs/PbsSession.php)2
2 files changed, 2 insertions, 2 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());
diff --git a/library/Pbs/PbsSession.php b/library/Pbs/Session.php
index 1ed7cb1..15cb93b 100644
--- a/library/Pbs/PbsSession.php
+++ b/library/Pbs/Session.php
@@ -1,6 +1,6 @@
<?php
-class Pbs_PbsSession{
+class Pbs_Session{
public function testfunction()
{