]> git.mxchange.org Git - friendica.git/blobdiff - include/api.php
Fix the test data
[friendica.git] / include / api.php
index 17fb57ad160de3eb708b638b81604e4ad33ac819..4aa4b21e29199e4a0c339cb884d94b251f2062fd 100644 (file)
@@ -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.