summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorSimon2011-03-19 10:32:19 +0100
committerSimon2011-03-19 10:32:19 +0100
commit4dedc8c5b49466b82cf453536b3f224d57a0c710 (patch)
tree846db54e9c1661fbbc42df3f73eab79d6e690f2e /library
parentFilterEvaluate an Session angepasst (diff)
downloadpbs2-4dedc8c5b49466b82cf453536b3f224d57a0c710.tar.gz
pbs2-4dedc8c5b49466b82cf453536b3f224d57a0c710.tar.xz
pbs2-4dedc8c5b49466b82cf453536b3f224d57a0c710.zip
Bei Auth Controller zum testen MembershipID wählbar
Pool zeigt nurnoch freie Clients der eigenen Gruppe an
Diffstat (limited to 'library')
-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 fafff81..6bfed94 100644
--- a/library/Pbs/Filter.php
+++ b/library/Pbs/Filter.php
@@ -5,7 +5,7 @@ class Pbs_Filter{
private $db = null;
private $membership;
- public function evaluateAction()
+ public function evaluate()
{
$this->db = Zend_Db_Table::getDefaultAdapter();
$db = $this->db;