]> git.mxchange.org Git - friendica.git/blobdiff - mod/amcd.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / mod / amcd.php
index 141a80429887094774fab8bd894095b6a4559a6d..3fcdb42c8dd599306870815a7197ba99f0c0fec1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
-if(! function_exists('amcd_content')) {
-function amcd_content(&$a) {
+
+function amcd_content(App &$a) {
 //header("Content-type: text/json");
 echo <<< EOT
 {
@@ -46,5 +46,4 @@ echo <<< EOT
 }
 EOT;
 killme();
-}
-}
+}
\ No newline at end of file