From aeb3ba306ba5d239bfd56a2441fc369ebb67bbfb Mon Sep 17 00:00:00 2001 From: Samuel Vanhove Date: Tue, 28 Apr 2015 20:06:14 -0400 Subject: [PATCH] CRM-16355 - checkstyle typos --- CRM/Admin/Form/ScheduleReminders.php | 2 +- CRM/Core/I18n.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Admin/Form/ScheduleReminders.php b/CRM/Admin/Form/ScheduleReminders.php index e6156387b8..10412f4433 100644 --- a/CRM/Admin/Form/ScheduleReminders.php +++ b/CRM/Admin/Form/ScheduleReminders.php @@ -267,7 +267,7 @@ class CRM_Admin_Form_ScheduleReminders extends CRM_Admin_Form { $communicationLanguage = array( '' => ts('System default language'), - CRM_Core_I18n::AUTO => ts('Follow recipient preferred language') + CRM_Core_I18n::AUTO => ts('Follow recipient preferred language'), ); $communicationLanguage = $communicationLanguage + $languages; $this->add('select', 'communication_language', ts('Communication language'), $communicationLanguage); diff --git a/CRM/Core/I18n.php b/CRM/Core/I18n.php index 016ee6e16b..eb14a52d33 100644 --- a/CRM/Core/I18n.php +++ b/CRM/Core/I18n.php @@ -550,7 +550,7 @@ class CRM_Core_I18n { * True if the domain was changed for an extension. */ public function setLanguage($language) { - + $config = CRM_Core_Config::singleton(); if ($this->_nativegettext) { $locale = $language . '.utf8'; -- 2.25.1