diff --git a/i18n.php b/i18n.php index e873ed2..7bfddf2 100644 --- a/i18n.php +++ b/i18n.php @@ -12,14 +12,14 @@ function __construct() { textdomain($domain); load_helper('gettext'); - } - $client_locale = $this->get_client_locale(); - if ($client_locale) { - $this->set_locale($client_locale); - } + $client_locale = $this->get_client_locale(); + if ($client_locale) { + $this->set_locale($client_locale); + } - setcookie('locale_path_prefix', '', 0, '/'); + setcookie('locale_path_prefix', '', 0, '/'); + } } private function _set_locale($locale) {