use common-config instead of $config in common_language
darcs-hash:20080922172631-84dde-357c532ac1fb1e2fec54680eb9d294a2ede23ab0.gz
This commit is contained in:
parent
a64330b77c
commit
ec3c936234
|
@ -484,7 +484,7 @@ function common_language() {
|
|||
return $language;
|
||||
}
|
||||
} else {
|
||||
return $config['site']['language'];
|
||||
return common_config('site', 'language');
|
||||
}
|
||||
}
|
||||
# salted, hashed passwords are stored in the DB
|
||||
|
|
Loading…
Reference in New Issue
Block a user