]> git.mxchange.org Git - friendica.git/blobdiff - mod/amcd.php
Unescape $invite_desc in follow/register templates
[friendica.git] / mod / amcd.php
index 2ef890a1b209946efb162206e9cf1d94b2c826cc..c6013b942d92913f26334731e8b0917427e85b00 100644 (file)
@@ -1,6 +1,9 @@
 <?php
 
-function amcd_content(App $a) {
+use Friendica\App;
+
+function amcd_content()
+{
        echo <<< JSON
 {
   "version":1,
@@ -45,4 +48,4 @@ function amcd_content(App $a) {
 }
 JSON;
        killme();
-}
\ No newline at end of file
+}