X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frepair_ostatus.php;h=3e9130e0e8e42a233b5bd5090a383adc3ff599ff;hb=3c5f7e457aa0717855f3e8453b8bc036c16158f2;hp=07721220a087150f14a42bedb3d60235381e4c4e;hpb=c0df692f5fc4eaadb322614069b2c7ed40453fa1;p=friendica.git diff --git a/mod/repair_ostatus.php b/mod/repair_ostatus.php index 07721220a0..3e9130e0e8 100755 --- a/mod/repair_ostatus.php +++ b/mod/repair_ostatus.php @@ -3,7 +3,7 @@ require_once('include/Scrape.php'); require_once('include/follow.php'); -function repair_ostatus_content(App &$a) { +function repair_ostatus_content(App $a) { if (! local_user()) { notice( t('Permission denied.') . EOL);