Skip to content

Commit

Permalink
Fixing whitespacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 9, 2010
1 parent c874d98 commit 41bdc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/helpers/time.php
Expand Up @@ -450,7 +450,7 @@ function timeAgoInWords($dateTime, $options = array()) {
}
$now = time();
if (!is_null($userOffset)) {
$now = $this->convert(time(), $userOffset);
$now = $this->convert(time(), $userOffset);
}
$inSeconds = $this->fromString($dateTime, $userOffset);
$backwards = ($inSeconds > $now);
Expand Down

0 comments on commit 41bdc48

Please sign in to comment.