]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Api/Friendica/Photoalbum/Delete.php
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
[friendica.git] / src / Module / Api / Friendica / Photoalbum / Delete.php
index 2d71e3581231e4d3d2a7afd04e8fba3c48d5dcb7..8c277d39eb5391ca14478a3a25e18ec23489b152 100644 (file)
@@ -34,7 +34,7 @@ use Friendica\Network\HTTPException\InternalServerErrorException;
  */
 class Delete extends BaseApi
 {
-       protected function rawContent(array $request = [])
+       protected function post(array $request = [], array $post = [])
        {
                self::checkAllowedScope(self::SCOPE_WRITE);
                $uid = self::getCurrentUserID();