From 923a03912daaefabbaa3b43a9c32519338892779 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Thu, 22 Sep 2011 18:08:43 +0200 Subject: weitere Korrektur --- application/forms/EventAdd.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application') diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php index 14e5e18..de967cc 100755 --- a/application/forms/EventAdd.php +++ b/application/forms/EventAdd.php @@ -206,8 +206,8 @@ class Application_Form_EventAdd extends Zend_Form $repeatendfield = $this->createElement('select','repeatend'); $repeatendfield ->setLabel('Repeat End:'); - if(count($this->$repeatendlist)>0){ - foreach($this->$repeatendlist as $end => $e){ + if(count($this->repeatendlist)>0){ + foreach($this->repeatendlist as $end => $e){ $title = $e->getTitle(); $id = $e->getID(); $repeatendfield->addMultiOption($id, $title); -- cgit v1.2.3-55-g7522