allow personalised page layouts for modules.

This commit is contained in:
friendica
2014-02-25 14:12:51 -08:00
parent b1021df485
commit 08313bac6c
4 changed files with 13 additions and 6 deletions

View File

@@ -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();