From 5d5b21c19af572b7aae88c19f72580231006400e Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Mon, 24 Oct 2011 13:32:45 +0200 Subject: nochmal Korrektur2 --- application/forms/EventAdd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/forms/EventAdd.php') 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( -- cgit v1.2.3-55-g7522