Commit 44cf0559 by Jordi Boggiano

Cache time shouldn't be forced to be an int

parent 8fb69e86
......@@ -254,7 +254,7 @@ class Dwoo_Template_String implements Dwoo_ITemplate
}
// file is not cacheable
if ($cacheLength === 0) {
if ($cacheLength == 0) {
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment