aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-15 09:40:14 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-15 09:40:14 +0100
commit301b41eaa4f3087624a57d1471f76d903c604a5b (patch)
tree60aee8c40a869d12c8cc14b2239f57435d5a110b /include
parented0d7890abaf5566b8d5d71f689d750b87b79dec (diff)
downloadvolse-hubzilla-301b41eaa4f3087624a57d1471f76d903c604a5b.tar.gz
volse-hubzilla-301b41eaa4f3087624a57d1471f76d903c604a5b.tar.bz2
volse-hubzilla-301b41eaa4f3087624a57d1471f76d903c604a5b.zip
typo - fixes issue #910
Diffstat (limited to 'include')
-rw-r--r--include/channel.php2
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'];