summaryrefslogtreecommitdiffstats
path: root/application/models/PoolFilters.php
diff options
context:
space:
mode:
authorSimon2011-03-02 15:09:46 +0100
committerSimon2011-03-02 15:09:46 +0100
commit5d161755f849a2ec6b3ba80ea5690dd5c61f79d8 (patch)
treeff335f2e773f581512a135c3d3fbb141f55493bd /application/models/PoolFilters.php
parenteinricht script wegen mysql-pw geupdated (diff)
downloadpbs2-5d161755f849a2ec6b3ba80ea5690dd5c61f79d8.tar.gz
pbs2-5d161755f849a2ec6b3ba80ea5690dd5c61f79d8.tar.xz
pbs2-5d161755f849a2ec6b3ba80ea5690dd5c61f79d8.zip
Die Models geändert da kein return der Objekte angegeben war && FilterController
Diffstat (limited to 'application/models/PoolFilters.php')
-rw-r--r--application/models/PoolFilters.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/models/PoolFilters.php b/application/models/PoolFilters.php
index 6daf465..5511c4b 100644
--- a/application/models/PoolFilters.php
+++ b/application/models/PoolFilters.php
@@ -50,6 +50,7 @@ class Application_Model_PoolFilters
public function setPoolID($_poolID)
{
$this->_poolID = $_poolID;
+ return $this;
}
public function getFilterID()
{
@@ -58,6 +59,7 @@ class Application_Model_PoolFilters
public function setFilterID($_filterID)
{
$this->_filterID = $_filterID;
+ return $this;
}
}