summaryrefslogtreecommitdiffstats
path: root/application/models
diff options
context:
space:
mode:
authorBjörn Geiger2011-03-29 15:23:22 +0200
committerBjörn Geiger2011-03-29 15:23:22 +0200
commitd8f81afc29d286800128fe7583012e5d9a2503db (patch)
tree307ee8865d4de459a58a6af36f3b327a9f02205a /application/models
parentMerge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-d8f81afc29d286800128fe7583012e5d9a2503db.tar.gz
pbs2-d8f81afc29d286800128fe7583012e5d9a2503db.tar.xz
pbs2-d8f81afc29d286800128fe7583012e5d9a2503db.zip
Fehler in RightModel korrigiert
Diffstat (limited to 'application/models')
-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()