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