From 6a3965eb2d20a8ee88e51548556a5416c2a4b0a1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 22 Sep 2011 10:42:06 +0800 Subject: [PATCH] HTML/FlexyFramework/Page.php --- HTML/FlexyFramework/Page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTML/FlexyFramework/Page.php b/HTML/FlexyFramework/Page.php index 5248763a..b3b8ae76 100644 --- a/HTML/FlexyFramework/Page.php +++ b/HTML/FlexyFramework/Page.php @@ -257,7 +257,7 @@ class HTML_FlexyFramework_Page { $template_engine = new HTML_Template_Flexy(); $template_engine->compile($this->masterTemplate); - if (!$this->_cache || !$this->cacheMethod) { + if (!$this->_cache || !$this->cacheMethod) { $template_engine->outputObject($this,$this->elements); return; } -- 2.39.2