]> git.mxchange.org Git - friendica.git/blobdiff - mod/uimport.php
Merge remote-tracking branch 'upstream/develop' into 1701-curl-range
[friendica.git] / mod / uimport.php
index 55e04c5338785b46564b14bfe820d4ef196b1474..336ec1c2dd74e131b4e12af37b22d5ce979023cf 100644 (file)
@@ -6,7 +6,7 @@
 \r
 require_once("include/uimport.php");\r
 \r
-function uimport_post(App &$a) {\r
+function uimport_post(App $a) {\r
        switch($a->config['register_policy']) {\r
        case REGISTER_OPEN:\r
                $blocked = 0;\r
@@ -36,7 +36,7 @@ function uimport_post(App &$a) {
        }\r
 }\r
 \r
-function uimport_content(App &$a) {\r
+function uimport_content(App $a) {\r
 \r
        if ((! local_user()) && ($a->config['register_policy'] == REGISTER_CLOSED)) {\r
                notice("Permission denied." . EOL);\r