diff options
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index 4f0e8ec6a..b12491936 100644 --- a/include/channel.php +++ b/include/channel.php @@ -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']; |