X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcommunity.php;h=81857c6d3a0d64a3cacd78940a0864bf20edaf35;hb=ac9b3b78457f466980c7300cea602d78e7af8d45;hp=d29fa729ddf4d109c6c5403954b1547b2722d8f1;hpb=0185c912460eef341b83d1724ded693fff151b81;p=friendica.git diff --git a/mod/community.php b/mod/community.php index d29fa729dd..81857c6d3a 100644 --- a/mod/community.php +++ b/mod/community.php @@ -17,14 +17,6 @@ use Friendica\Database\DBA; use Friendica\Model\Item; use Friendica\Model\User; -function community_init(App $a) -{ - if (!local_user()) { - unset($_SESSION['theme']); - unset($_SESSION['mobile-theme']); - } -} - function community_content(App $a, $update = 0) { $o = '';