summaryrefslogtreecommitdiffstats
path: root/library/Pbs
diff options
context:
space:
mode:
authormichael pereira2011-10-10 02:21:12 +0200
committermichael pereira2011-10-10 02:21:12 +0200
commit87f4d3793a7f6286fff43b301b176ba5bc23570c (patch)
tree7690179947f67d2f19aec1e47db21c0e5669b090 /library/Pbs
parentdate filter gefixt (diff)
downloadpbs2-87f4d3793a7f6286fff43b301b176ba5bc23570c.tar.gz
pbs2-87f4d3793a7f6286fff43b301b176ba5bc23570c.tar.xz
pbs2-87f4d3793a7f6286fff43b301b176ba5bc23570c.zip
filter typo
Diffstat (limited to 'library/Pbs')
-rw-r--r--library/Pbs/Filter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Pbs/Filter.php b/library/Pbs/Filter.php
index 0a62da9..5680669 100644
--- a/library/Pbs/Filter.php
+++ b/library/Pbs/Filter.php
@@ -58,7 +58,7 @@ class Pbs_Filter{
$sessionmapper = new Application_Model_SessionMapper();
$sessionarray = $sessionmapper->findBy(array('alphasessionID' => $_SESSION['alphasessionID']),true);
$session->setOptions($sessionarray[0]);
- @$session->setID($sessionarray['sessionID']);
+ $session->setID($sessionarray['sessionID']);
$bootisoMapper = new Application_Model_BootIsoMapper();
$bootiso = new Application_Model_BootIso();