diff options
author | friendica <info@friendica.com> | 2014-03-02 19:40:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-02 19:40:59 -0800 |
commit | 7baeb451836752a612ca976db04aeffcafeb621d (patch) | |
tree | 09a75e437616318eecc689c5331344c112fe4afd /boot.php | |
parent | b98ddc69de966fbb8a47ba5ca4947c6cb3f81618 (diff) | |
download | volse-hubzilla-7baeb451836752a612ca976db04aeffcafeb621d.tar.gz volse-hubzilla-7baeb451836752a612ca976db04aeffcafeb621d.tar.bz2 volse-hubzilla-7baeb451836752a612ca976db04aeffcafeb621d.zip |
some anomolies found when viewing connections in various cases.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1810,9 +1810,7 @@ function construct_page(&$a) { if(! count($a->layout)) { $n = 'mod_' . $a->module . '.pdl' ; - $u = get_theme_uid(); - if((! $u) && $a->profile_uid) - $u = $a->profile_uid; + $u = comanche_get_channel_id(); if($u) $s = get_pconfig($u,'system',$n); if((! $s) && (($p = theme_include($n)) != '')) |