X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fuexport.php;h=cada539bcd251071f4d7ce3fedbb27c87aebb4ee;hb=85144908fa9cf12594b568f4f0b2d37fa21b6be1;hp=8b487380ece4b6296118ed85575d28d95344fea2;hpb=a2debaa68a0606f6bf4856740b298f3f5cde17d2;p=friendica.git diff --git a/mod/uexport.php b/mod/uexport.php index 8b487380ec..cada539bcd 100644 --- a/mod/uexport.php +++ b/mod/uexport.php @@ -1,6 +1,6 @@ tab where wanted -function uexport_content(App &$a){ +function uexport_content(App $a) { if ($a->argc > 1) { header("Content-type: application/json"); @@ -130,7 +130,7 @@ function uexport_account($a){ /** * echoes account data and items as separated json, one per line */ -function uexport_all(App &$a) { +function uexport_all(App $a) { uexport_account($a); echo "\n";