aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-01 03:27:21 -0700
committerredmatrix <git@macgirvin.com>2016-04-01 03:27:21 -0700
commite16da7a1668665d5729478a0ffcd960047dbc201 (patch)
tree7cbd2c72d0edfaf908ed1dc958595d5e24f325c8 /boot.php
parent995555f3570063fcae4d76be9f73065b2d8419b9 (diff)
downloadvolse-hubzilla-e16da7a1668665d5729478a0ffcd960047dbc201.tar.gz
volse-hubzilla-e16da7a1668665d5729478a0ffcd960047dbc201.tar.bz2
volse-hubzilla-e16da7a1668665d5729478a0ffcd960047dbc201.zip
unreferenced app member
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 71fc9b909..cc916c600 100755
--- a/boot.php
+++ b/boot.php
@@ -1833,7 +1833,7 @@ function current_theme(){
// The default is for channel themes to take precedence over your own on pages belonging
// to that channel.
- if($page_theme && local_channel() && local_channel() != App::$profile_url) {
+ if($page_theme && local_channel() && App::$profile_uid && local_channel() != App::$profile_uid) {
if(get_pconfig(local_channel(),'system','always_my_theme'))
$page_theme = null;
}