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