X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frepair_ostatus.php;h=3e9130e0e8e42a233b5bd5090a383adc3ff599ff;hb=a7ce601580b07e9b3e7653cbdb0a9b6bbb5c474e;hp=07721220a087150f14a42bedb3d60235381e4c4e;hpb=ee39aba490fb7e17ba9c01a9a4f4aedc51bee564;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);