diff options
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; } } |