]> git.mxchange.org Git - friendica.git/blobdiff - mod/uimport.php
Merge remote-tracking branch 'upstream/develop' into develop
[friendica.git] / mod / uimport.php
index 7ed5648d9e2d360de0cef3b85bb885ed9a903d66..15bc8322b97fdd3337c0293580e0f64cea59101a 100644 (file)
@@ -1,11 +1,12 @@
 <?php\r
 /**\r
  * View for user import\r
+ * @TODO This file has DOS line endings!\r
  */\r
 \r
 require_once("include/uimport.php");\r
 \r
-function uimport_post(&$a) {\r
+function uimport_post(App &$a) {\r
        switch($a->config['register_policy']) {\r
         case REGISTER_OPEN:\r
             $blocked = 0;\r
@@ -35,7 +36,7 @@ function uimport_post(&$a) {
     }\r
 }\r
 \r
-function uimport_content(&$a) {\r
+function uimport_content(App &$a) {\r
        \r
        if((! local_user()) && ($a->config['register_policy'] == REGISTER_CLOSED)) {\r
                notice("Permission denied." . EOL);\r