aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-15 12:41:24 -0800
committerzotlabs <mike@macgirvin.com>2017-11-15 12:41:24 -0800
commitd479ed00e4d4dd52ce139191c91911399df98a48 (patch)
treed13f20a045b86b7e7de4dc79596f431b99404aa8 /include/channel.php
parent67b6d41d57b20a223a0cb6f33cbf81473b0936ab (diff)
parent601f1eb624fce19a1da966e0e102b208a6ae7b74 (diff)
downloadvolse-hubzilla-d479ed00e4d4dd52ce139191c91911399df98a48.tar.gz
volse-hubzilla-d479ed00e4d4dd52ce139191c91911399df98a48.tar.bz2
volse-hubzilla-d479ed00e4d4dd52ce139191c91911399df98a48.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'include/channel.php')
-rw-r--r--include/channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php
index 2783dea97..708e74176 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'];