X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fuexport.php;h=d886e13b27f115d06d8538854e83592cfa1c72b8;hb=a7ce601580b07e9b3e7653cbdb0a9b6bbb5c474e;hp=1ca046d22498860c323d3b1fc587ebf4c0bd0ff4;hpb=ee39aba490fb7e17ba9c01a9a4f4aedc51bee564;p=friendica.git diff --git a/mod/uexport.php b/mod/uexport.php index 1ca046d224..d886e13b27 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"); @@ -124,7 +124,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";