]> git.mxchange.org Git - friendica.git/blobdiff - mod/apps.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / mod / apps.php
index a821ef5d5b89192b5534df7e8b78cd074e9a7964..4d6395e4ea64673f33ad3fd0517a15191d924393 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())))  {