Created
September 30, 2011 21:42
-
-
Save fbrnc/1255052 to your computer and use it in GitHub Desktop.
Database Cache Backend Bug in Magento Enterprise Edition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
265,266c265,266 | |
< 'expire_time> ?' => 0, | |
< 'expire_time<= ?' => time() | |
--- | |
> 'expire_time>' => 0, | |
> 'expire_time<=' => time() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment