diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-06-15 21:34:58 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-06-15 21:34:58 +0200 |
commit | e0e29edf1341747ecb8d60034a88a9dc5a5bf71d (patch) | |
tree | 08535a83ef6f4aed10a329902a12c5653f60afbe /framework | |
parent | f8799b189619993720c5e2689a83637e9eaa884f (diff) |
Add HISTORY entry for #599 and small indentation fix
Diffstat (limited to 'framework')
-rw-r--r-- | framework/I18N/TGlobalization.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/I18N/TGlobalization.php b/framework/I18N/TGlobalization.php index 2965ad1b..9a57ec3b 100644 --- a/framework/I18N/TGlobalization.php +++ b/framework/I18N/TGlobalization.php @@ -225,10 +225,10 @@ class TGlobalization extends TModule chmod($config['cache'], PRADO_CHMOD); //make it deletable } } - else - { - unset($config['cache']); - } + else + { + unset($config['cache']); + } $this->_translation = $config; } |