]> git.mxchange.org Git - friendica.git/blobdiff - mod/webfinger.php
Re-added missing RINO admin setting values
[friendica.git] / mod / webfinger.php
index d72315a5b51e77c25444fa363885074910f0b7b5..85d3b31200481aa01384927f9d0b206c411b333f 100644 (file)
@@ -7,8 +7,8 @@ function webfinger_content(App $a) {
 
        if (!local_user()) {
                http_status_exit(403,
-                               array("title" => t("Public access denied."),
-                                       "description" => t("Only logged in users are permitted to perform a probing.")));
+                               ["title" => t("Public access denied."),
+                                       "description" => t("Only logged in users are permitted to perform a probing.")]);
                killme();
        }