Merge commit 'refs/merge-requests/12' of git://gitorious.org/statusnet/gnu-social into merge-requests/12
This commit is contained in:
commit
710b7f61a2
@ -329,7 +329,7 @@ class StatusNet
|
|||||||
{
|
{
|
||||||
global $config;
|
global $config;
|
||||||
$settings = SiteProfile::getSettings($name);
|
$settings = SiteProfile::getSettings($name);
|
||||||
$config = array_merge($config, $settings);
|
$config = array_replace_recursive($config, $settings);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static function _sn_to_path($sn)
|
protected static function _sn_to_path($sn)
|
||||||
|
Loading…
Reference in New Issue
Block a user