From e0e29edf1341747ecb8d60034a88a9dc5a5bf71d Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 15 Jun 2016 21:34:58 +0200 Subject: Add HISTORY entry for #599 and small indentation fix --- framework/I18N/TGlobalization.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'framework') 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; } -- cgit v1.2.3