summaryrefslogtreecommitdiffstats
path: root/application/models
diff options
context:
space:
mode:
authorBjörn Geiger2011-03-29 16:03:30 +0200
committerBjörn Geiger2011-03-29 16:03:30 +0200
commitee4955f2e2ee60c55b055a1576b05759c63688d4 (patch)
tree8d435486700a78f8aef75572ee89ad551a53d89f /application/models
parentMerge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-ee4955f2e2ee60c55b055a1576b05759c63688d4.tar.gz
pbs2-ee4955f2e2ee60c55b055a1576b05759c63688d4.tar.xz
pbs2-ee4955f2e2ee60c55b055a1576b05759c63688d4.zip
Bei LinkRight werden nun die RightCategories angezeigt
Diffstat (limited to 'application/models')
-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()