aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-15 12:41:03 -0800
committerzotlabs <mike@macgirvin.com>2017-11-15 12:41:03 -0800
commitcf4588f16fbe6dc55eabdb590480bc88d560dad3 (patch)
treec056ad6dd6a173d342b6b86252e086e7d68271da /include/channel.php
parentd43542dd7a64136626550ba0569b1939b84b8146 (diff)
parent601f1eb624fce19a1da966e0e102b208a6ae7b74 (diff)
downloadvolse-hubzilla-cf4588f16fbe6dc55eabdb590480bc88d560dad3.tar.gz
volse-hubzilla-cf4588f16fbe6dc55eabdb590480bc88d560dad3.tar.bz2
volse-hubzilla-cf4588f16fbe6dc55eabdb590480bc88d560dad3.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_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 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'];