]> git.mxchange.org Git - friendica.git/blobdiff - mod/apps.php
improve profile update for non logged in ussers and remote users
[friendica.git] / mod / apps.php
index a821ef5d5b89192b5534df7e8b78cd074e9a7964..199ce0f9188021b27e93d99391d5e2d9103d5774 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function apps_content(&$a) {
+function apps_content(App $a) {
     $privateaddons = get_config('config','private_addons');
       if ($privateaddons === "1") {
        if((! (local_user())))  {
@@ -20,6 +20,6 @@ function apps_content(&$a) {
                '$apps' => $a->apps,
        ));
 
-       
+
 
 }