typo - fixes issue #910
This commit is contained in:
parent
ed0d7890ab
commit
301b41eaa4
@ -1743,7 +1743,7 @@ function get_theme_uid() {
|
|||||||
if((get_pconfig(local_channel(),'system','always_my_theme')) || (! $uid))
|
if((get_pconfig(local_channel(),'system','always_my_theme')) || (! $uid))
|
||||||
return local_channel();
|
return local_channel();
|
||||||
}
|
}
|
||||||
if(! $uierd) {
|
if(! $uid) {
|
||||||
$x = get_sys_channel();
|
$x = get_sys_channel();
|
||||||
if($x)
|
if($x)
|
||||||
return $x['channel_id'];
|
return $x['channel_id'];
|
||||||
|
Reference in New Issue
Block a user