aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-25 14:12:51 -0800
committerfriendica <info@friendica.com>2014-02-25 14:12:51 -0800
commit08313bac6c7ce9f87b6b6ddf23cc5c4d50747aa1 (patch)
tree6073cd06d11b17d13153739e58e05f57c75e930c /include/identity.php
parentb1021df485fb6129acda5bba616bac10aea75a45 (diff)
downloadvolse-hubzilla-08313bac6c7ce9f87b6b6ddf23cc5c4d50747aa1.tar.gz
volse-hubzilla-08313bac6c7ce9f87b6b6ddf23cc5c4d50747aa1.tar.bz2
volse-hubzilla-08313bac6c7ce9f87b6b6ddf23cc5c4d50747aa1.zip
allow personalised page layouts for modules.
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/identity.php b/include/identity.php
index 2e611625a..93174031c 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -1112,8 +1112,6 @@ function get_theme_uid() {
if(local_user()) {
if((get_pconfig(local_user(),'system','always_my_theme')) || (! $uid))
return local_user();
- if(! $uid)
- return local_user();
}
if(! $uid) {
$x = get_sys_channel();