unreferenced app member
This commit is contained in:
parent
995555f357
commit
e16da7a166
2
boot.php
2
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user