summaryrefslogtreecommitdiffstats
path: root/application/models/Event.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-06-28 10:57:41 +0200
committerBjörn Geiger2011-06-28 10:57:41 +0200
commitbf641dd904750243df77bf6336d8a5af0a8bb78c (patch)
treebdc4660e5634ac32608862e490c4b3d9a7bd28ea /application/models/Event.php
parentÜbersichtlichkeit des Codes (diff)
downloadpoolctrl-bf641dd904750243df77bf6336d8a5af0a8bb78c.tar.gz
poolctrl-bf641dd904750243df77bf6336d8a5af0a8bb78c.tar.xz
poolctrl-bf641dd904750243df77bf6336d8a5af0a8bb78c.zip
Fehler in Mapper korrigiert
Diffstat (limited to 'application/models/Event.php')
-rw-r--r--application/models/Event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/Event.php b/application/models/Event.php
index a21ec65..8884028 100644
--- a/application/models/Event.php
+++ b/application/models/Event.php
@@ -193,7 +193,7 @@ class Application_Model_Event
return $this->_repeat;
}
- public function set_repeat($_repeat)
+ public function setRepeat($_repeat)
{
$this->_repeat = $_repeat;
}