Skip to content

Commit

Permalink
Hotfix for zendframework#5912 as suggested by @MeKeyCool
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Mar 5, 2014
1 parent 09cece5 commit 9fb1207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Form/Element/DateTimeSelect.php
Expand Up @@ -319,7 +319,7 @@ public function __clone()
$this->dayElement = clone $this->dayElement;
$this->monthElement = clone $this->monthElement;
$this->yearElement = clone $this->yearElement;
$this->hourElement = clone $this->monthElement;
$this->hourElement = clone $this->hourElement;
$this->minuteElement = clone $this->minuteElement;
$this->secondElement = clone $this->secondElement;
}
Expand Down

0 comments on commit 9fb1207

Please sign in to comment.