]> git.mxchange.org Git - friendica.git/blobdiff - mod/credits.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / mod / credits.php
index f8cfb03f3782230e51ded8a973fb7e0455f2233c..84e32b83d578133c70c6be16b7f473fd3f8d523c 100644 (file)
@@ -5,7 +5,7 @@
  * addons repository will be listed though ATM)
  */
 
-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'));