]> git.mxchange.org Git - friendica.git/blobdiff - mod/amcd.php
Revert "Updated modules to allow for partial overrides without errors"
[friendica.git] / mod / amcd.php
index 141a80429887094774fab8bd894095b6a4559a6d..a2a1327e6df8b47c5452eb2fe0e1780294b26988 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-if(! function_exists('amcd_content')) {
+
 function amcd_content(&$a) {
 //header("Content-type: text/json");
 echo <<< EOT
@@ -46,5 +46,4 @@ echo <<< EOT
 }
 EOT;
 killme();
-}
-}
+}
\ No newline at end of file