Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'remotes/zf2/master' into test/feed-entr…
Browse files Browse the repository at this point in the history
…y-type-detection
  • Loading branch information
Fritz Gerneth committed Jul 5, 2012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 2 additions & 2 deletions src/DateStep.php
Expand Up @@ -264,8 +264,8 @@ public function isValid($value)

$this->setValue($value);

$baseDate = $this->convertToDateTime($this->getBaseValue());
$step = $this->getStep();
$baseDate = $this->convertToDateTime($this->getBaseValue());
$step = $this->getStep();

// Parse the date
try {
Expand Down

0 comments on commit 528260b

Please sign in to comment.