From 301b41eaa4f3087624a57d1471f76d903c604a5b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 15 Nov 2017 09:40:14 +0100 Subject: typo - fixes issue #910 --- include/channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/channel.php') 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']; -- cgit v1.2.3