Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge

This commit is contained in:
zotlabs
2017-11-15 12:41:24 -08:00
3 changed files with 33 additions and 32 deletions

View File

@@ -1743,7 +1743,7 @@ function get_theme_uid() {
if((get_pconfig(local_channel(),'system','always_my_theme')) || (! $uid))
return local_channel();
}
if(! $uierd) {
if(! $uid) {
$x = get_sys_channel();
if($x)
return $x['channel_id'];