summaryrefslogtreecommitdiffstats
path: root/application/models
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-19 12:24:01 +0200
committerBjörn Geiger2011-08-19 12:24:01 +0200
commitd6f6c5925e6116e48b67f614bbbe5f6eaa520fff (patch)
tree9d827afa8cb83871918a2a4152fe78767a86095c /application/models
parentweitere korrektur (diff)
downloadpoolctrl-d6f6c5925e6116e48b67f614bbbe5f6eaa520fff.tar.gz
poolctrl-d6f6c5925e6116e48b67f614bbbe5f6eaa520fff.tar.xz
poolctrl-d6f6c5925e6116e48b67f614bbbe5f6eaa520fff.zip
minor
Diffstat (limited to 'application/models')
-rw-r--r--application/models/Runningtype.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/Runningtype.php b/application/models/Runningtype.php
index 8a83a87..d08222d 100644
--- a/application/models/Runningtype.php
+++ b/application/models/Runningtype.php
@@ -93,7 +93,7 @@ class Application_Model_Runningtype
}
public function setID($_runningtypeID)
{
- $this->reporttypeID = $_runningtypeID;
+ $this->_runningtypeID = $_runningtypeID;
return $this;
}