CRM-16355 : oups, not obsolete after all
authorSamuel Vanhove <samuel@symbiotic.coop>
Mon, 26 Sep 2016 20:44:54 +0000 (16:44 -0400)
committerSamuel Vanhove <samuel@symbiotic.coop>
Mon, 26 Sep 2016 20:44:54 +0000 (16:44 -0400)
CRM/Core/BAO/ActionSchedule.php

index b823da65a1e562e586ee398b56d66071a8af7c5c..0c1a52dab462192b5ec1a58978d7ef291d14b553 100644 (file)
@@ -445,6 +445,7 @@ FROM civicrm_action_schedule cas
     }
 
     // change the language
+    $i18n = CRM_Core_I18n::singleton();
     $i18n->setLocale($language);
   }