]> git.mxchange.org Git - friendica.git/blobdiff - mod/credits.php
Merge pull request #2986 from annando/1612-spool
[friendica.git] / mod / credits.php
index 8e6321760b91b18d10aec000d9a70a105404750b..f8cfb03f3782230e51ded8a973fb7e0455f2233c 100644 (file)
@@ -5,7 +5,6 @@
  * addons repository will be listed though ATM)
  */
 
-if(! function_exists('credits_content')) {
 function credits_content (&$a) {
     /* fill the page with credits */
     $f = fopen('util/credits.txt','r');
@@ -19,4 +18,3 @@ function credits_content (&$a) {
        '$names'         => $arr,
     ));
 }
-}