[forumdirectory] Remove direct access to $_SESSION['theme']

This commit is contained in:
Hypolite Petovan 2019-10-13 12:12:49 -04:00
parent f573907bd2
commit d9436bd104
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ function forumdirectory_init(App $a)
{
if (local_user()) {
$a->page['aside'] .= Widget::findPeople();
} else {
unset($_SESSION['theme']);
}
}