summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon2011-03-16 17:48:53 +0100
committerSimon2011-03-16 17:48:53 +0100
commit66f4014f053098298691da7ff3089f44c68a4a2c (patch)
treeff413d2b8713c02c20114cee3903deff42dc59ef
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
-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()
{