mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-16 14:53:54 +00:00
[forumdirectory] Remove direct access to $_SESSION['theme']
This commit is contained in:
parent
f573907bd2
commit
d9436bd104
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ function forumdirectory_init(App $a)
|
||||||
{
|
{
|
||||||
if (local_user()) {
|
if (local_user()) {
|
||||||
$a->page['aside'] .= Widget::findPeople();
|
$a->page['aside'] .= Widget::findPeople();
|
||||||
} else {
|
|
||||||
unset($_SESSION['theme']);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue