summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
authorSimon2011-04-04 15:43:52 +0200
committerSimon2011-04-04 15:43:52 +0200
commit44519b3a083c2ac470e33ca0653cb62adf7cd97e (patch)
tree9b79c3e8e1eef54f66ea44e90221e0a949e00a7b /application/controllers
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-44519b3a083c2ac470e33ca0653cb62adf7cd97e.tar.gz
pbs2-44519b3a083c2ac470e33ca0653cb62adf7cd97e.tar.xz
pbs2-44519b3a083c2ac470e33ca0653cb62adf7cd97e.zip
alphasession in kcl hinzugefügt
Diffstat (limited to 'application/controllers')
-rw-r--r--application/controllers/ResourceController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php
index e36c75a..5459877 100644
--- a/application/controllers/ResourceController.php
+++ b/application/controllers/ResourceController.php
@@ -137,7 +137,7 @@ class ResourceController extends Zend_Controller_Action
if($bme->getKcl() != null)
$result = $bme->getKcl() . " alpha=" . $this->_request->getParam('alpha') . " " . $bme->getKclappend();
else
- $result = $bme->getKclappend();
+ $result = " alpha=" . $this->_request->getParam('alpha') . " " .$bme->getKclappend();
echo $result;