From d8f81afc29d286800128fe7583012e5d9a2503db Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Tue, 29 Mar 2011 15:23:22 +0200 Subject: Fehler in RightModel korrigiert --- application/models/Right.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/models') diff --git a/application/models/Right.php b/application/models/Right.php index 2f49bd9..97841ad 100644 --- a/application/models/Right.php +++ b/application/models/Right.php @@ -61,7 +61,7 @@ class Application_Model_Right } public function setRightcategoryID($_rightcategoryID) { - $this->_rightID = $_rightcategoryID; + $this->_rightcategoryID = $_rightcategoryID; return $this; } public function getShortcut() -- cgit v1.2.3-55-g7522