summaryrefslogtreecommitdiffstats
path: root/application/models/RightCategory.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/RightCategory.php')
-rw-r--r--application/models/RightCategory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/RightCategory.php b/application/models/RightCategory.php
index 42bcbb8..dc011ef 100644
--- a/application/models/RightCategory.php
+++ b/application/models/RightCategory.php
@@ -48,7 +48,7 @@ class Application_Model_RightCategory
}
public function setID($_rightcategoryID)
{
- $this->_rightID = $_rightcategoryID;
+ $this->_rightcategoryID = $_rightcategoryID;
return $this;
}
public function getTitle()