]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Module/Api/Twitter/Statuses/Update.php
authorMichael Vogel <icarus@dabo.de>
Mon, 12 Dec 2022 14:51:14 +0000 (15:51 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Dec 2022 14:51:14 +0000 (15:51 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Module/Api/Twitter/Statuses/Update.php

index e1c734038ade7f589ca0ef66041e8f251c58586b..5f01de59a5800dd10b8351db4205fdc6fef9a5e8 100644 (file)
@@ -65,7 +65,7 @@ class Update extends BaseApi
                        'group_allow'           => $owner['allow_gid'],
                        'contact_deny'          => $owner['deny_cid'],
                        'group_deny'            => $owner['deny_gid'],
-                       ], $request);
+               ], $request);
 
                if (!empty($request['htmlstatus'])) {
                        $body = HTML::toBBCodeVideo($request['htmlstatus']);