]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Bugfix for pull request 3125
[friendica.git] / mod / community.php
index b1b5c2fd295b3d96ff85e278a07cb939c9d49a3d..7c92ff462f65aeda743ffa3dcb4636aa376c56f3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function community_init(&$a) {
+function community_init(App $a) {
        if (! local_user()) {
                unset($_SESSION['theme']);
                unset($_SESSION['mobile-theme']);
@@ -10,7 +10,7 @@ function community_init(&$a) {
 }
 
 
-function community_content(&$a, $update = 0) {
+function community_content(App $a, $update = 0) {
 
        $o = '';