diff options
| author | Simon | 2011-03-02 15:09:46 +0100 |
|---|---|---|
| committer | Simon | 2011-03-02 15:09:46 +0100 |
| commit | 5d161755f849a2ec6b3ba80ea5690dd5c61f79d8 (patch) | |
| tree | ff335f2e773f581512a135c3d3fbb141f55493bd /application/models/RightRoles.php | |
| parent | einricht script wegen mysql-pw geupdated (diff) | |
| download | pbs2-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/RightRoles.php')
| -rw-r--r-- | application/models/RightRoles.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/models/RightRoles.php b/application/models/RightRoles.php index d5bdd65..e9b75c7 100644 --- a/application/models/RightRoles.php +++ b/application/models/RightRoles.php @@ -50,6 +50,7 @@ class Application_Model_RightRoles public function setRoleID($_roleID) { $this->_roleID = $_roleID; + return $this; } public function getRightID() { @@ -58,6 +59,7 @@ class Application_Model_RightRoles public function setRightID($_rightID) { $this->_rightID = $_rightID; + return $this; } } |
