diff options
author | xue <> | 2007-06-19 19:48:35 +0000 |
---|---|---|
committer | xue <> | 2007-06-19 19:48:35 +0000 |
commit | 869a2aa2bad745d7363833489b234e45a2200692 (patch) | |
tree | ae8268e64b02b29abf65003dfe3c095df5e471f3 /framework/TApplication.php | |
parent | fb16cd829679f1459d3a6541d1bd4997c0c96d29 (diff) |
Fix the bug that <include> tag was ignored in page configurations
Diffstat (limited to 'framework/TApplication.php')
-rw-r--r-- | framework/TApplication.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |