Skip to content

Commit

Permalink
Removed unneeded argument
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Dec 19, 2013
1 parent 52f31c1 commit 5236709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stash/Driver/Apc.php
Expand Up @@ -165,7 +165,7 @@ protected function makeKey($key)

protected function getCacheTime($expiration)
{
$life = $expiration - time(true);
$life = $expiration - time();

return $this->ttl > $life ? $this->ttl : $life;
}
Expand Down

0 comments on commit 5236709

Please sign in to comment.