diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2014-05-14 22:57:39 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2014-05-14 22:57:39 +0000 |
commit | 85eb15843108c27ae9e081a894ad9f864ce4a467 (patch) | |
tree | 8309a565aae0ea63f798a4bfc4568ae4065c5e5f /h-source/Application | |
parent | d8a82d362bd0da1b870f4718db3183dabdd11787 (diff) |
notice in English - issue 229 at h-node.org submit by rqlintaq
Diffstat (limited to 'h-source/Application')
-rw-r--r-- | h-source/Application/Hooks/BeforeChecks.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Hooks/BeforeChecks.php b/h-source/Application/Hooks/BeforeChecks.php index 01ca8c5..0cbf220 100644 --- a/h-source/Application/Hooks/BeforeChecks.php +++ b/h-source/Application/Hooks/BeforeChecks.php @@ -15,6 +15,7 @@ Params::$htmlentititiesCharset = "UTF-8"; Params::$allowedSanitizeFunc .= ",sanitizeString,sanitizeAlphanum"; +Params::$language = "En"; if (Version::get() === 'mobile') { |