]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Api/Mastodon/Tags/Unfollow.php
Merge branch 'develop' into show_image_upload_limit
[friendica.git] / src / Module / Api / Mastodon / Tags / Unfollow.php
index 163b65003b4285690d242e6cd7f654e62882b678..f3fbad2e5ab0e3e4cd3003c22679447e7da1f6a9 100644 (file)
@@ -44,7 +44,7 @@ class Unfollow extends BaseApi
 
                DBA::delete('search', $term);
 
-               $hashtag  = new \Friendica\Object\Api\Mastodon\Tag($this->baseUrl, $term, [], false);
+               $hashtag = new \Friendica\Object\Api\Mastodon\Tag($this->baseUrl, $term, [], false);
                System::jsonExit($hashtag->toArray());
        }
 }