From 869a2aa2bad745d7363833489b234e45a2200692 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 19 Jun 2007 19:48:35 +0000 Subject: Fix the bug that tag was ignored in page configurations --- framework/TApplication.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/TApplication.php') diff --git a/framework/TApplication.php b/framework/TApplication.php index 3e50d53d..4454d763 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -1314,6 +1314,7 @@ class TApplicationConfiguration extends TComponent $this->_includes[$filePath]='('.$this->_includes[$filePath].') || ('.$when.')'; else $this->_includes[$filePath]=$when; + $this->_empty=false; } } -- cgit v1.2.3