summaryrefslogtreecommitdiffstats
path: root/application/forms/EventAdd.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-24 13:32:45 +0200
committerBjörn Geiger2011-10-24 13:32:45 +0200
commit5d5b21c19af572b7aae88c19f72580231006400e (patch)
treece264953596857a61dbf3b1653cc7dbdef11b7ff /application/forms/EventAdd.php
parentweitere korrektur (diff)
downloadpoolctrl-5d5b21c19af572b7aae88c19f72580231006400e.tar.gz
poolctrl-5d5b21c19af572b7aae88c19f72580231006400e.tar.xz
poolctrl-5d5b21c19af572b7aae88c19f72580231006400e.zip
nochmal Korrektur2
Diffstat (limited to 'application/forms/EventAdd.php')
-rwxr-xr-xapplication/forms/EventAdd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php
index 18ccb62..734659c 100755
--- a/application/forms/EventAdd.php
+++ b/application/forms/EventAdd.php
@@ -198,7 +198,7 @@ class Application_Form_EventAdd extends Zend_Form
'value' => $this->end,
));
$this->getElement('end')->addPrefixPath('Poolctrl_Validate', 'Poolctrl/Validate/', 'validate');
- $this->getElement('start')->addValidator(new Poolctrl_Validate_EventOverlapping(), array('end' => $this->getElement('end')->getValue(), 'poolID' => $this->poolID));
+ $this->getElement('start')->addValidator(new Poolctrl_Validate_EventOverlapping(array('end' => $this->getElement('end')->getValue(), 'poolID' => $this->poolID)));
$this->getElement('start')->addPrefixPath('Poolctrl_Validate', 'Poolctrl/Validate/', 'validate');
$this->addElement('checkbox', 'repeat', array(