projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fde5f0d
)
CRM-18362 removed static
author
sunil
<esunil.pawar@gmail.com>
Wed, 13 Apr 2016 13:47:50 +0000
(19:17 +0530)
committer
sunil
<esunil.pawar@gmail.com>
Wed, 13 Apr 2016 13:47:50 +0000
(19:17 +0530)
CRM/Core/I18n.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/I18n.php
b/CRM/Core/I18n.php
index e473104917b5cf4ae837d25b0ae7ace61cbcbd7f..18601e287ca4698ebc61ed52cfe97708171d2044 100644
(file)
--- a/
CRM/Core/I18n.php
+++ b/
CRM/Core/I18n.php
@@
-565,7
+565,7
@@
class CRM_Core_I18n {
* Language (for example 'en_US', or 'fr_CA').
* True if the domain was changed for an extension.
*/
- public
static
function setLocale($language) {
+ public function setLocale($language) {
$config = CRM_Core_Config::singleton();