typo - fixes issue #910

This commit is contained in:
Mario Vavti 2017-11-15 09:40:14 +01:00
parent ed0d7890ab
commit 301b41eaa4

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'];