summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2016-06-15 21:34:58 +0200
committerFabio Bas <ctrlaltca@gmail.com>2016-06-15 21:34:58 +0200
commite0e29edf1341747ecb8d60034a88a9dc5a5bf71d (patch)
tree08535a83ef6f4aed10a329902a12c5653f60afbe
parentf8799b189619993720c5e2689a83637e9eaa884f (diff)
Add HISTORY entry for #599 and small indentation fix
-rw-r--r--HISTORY1
-rw-r--r--framework/I18N/TGlobalization.php8
2 files changed, 5 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index 58a6054a..19cb40e2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3,6 +3,7 @@ Version 3.3.2 xxx, 2016
BUG: Issue #592 - Fix TActiveMultiView brokwn on 3.3.1 (ctrlaltca)
BUG: Issue #588 - Fix reading values of controls inside TJuiDialog (ctrlaltca)
BUG: Issue #597 - TDatePicker::getDateFromPostData selected month issue (Sachat)
+BUG: Issue #599 - Allowing translation message cache to be initialized (emkael)
ENH: Issue #591 - Support for hyphenated attributes via <prop:*></prop:*> template syntax (emkael)
ENH: Issue #594 - Added ability to check for subcontrols using isset(), empty() (jojoinside)
ENH: Allow TStyle behaviors (LCSKJ)
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;
}