X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fapi.php;h=4aa4b21e29199e4a0c339cb884d94b251f2062fd;hb=73ca1096ecc9d8b26cc0f768e81477b7b3e6fe0d;hp=17fb57ad160de3eb708b638b81604e4ad33ac819;hpb=1a434fd8d63008189ffd78c6bd22613c0d083023;p=friendica.git diff --git a/include/api.php b/include/api.php index 17fb57ad16..4aa4b21e29 100644 --- a/include/api.php +++ b/include/api.php @@ -2075,7 +2075,7 @@ function api_statuses_repeat($type) $item_id = item_post($a); } } else { - throw new ForbiddenException(print_r($item, true)); + throw new ForbiddenException(); } // output the post that we just posted.