summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/models/Right.php2
1 files changed, 1 insertions, 1 deletions
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()