Update src/Module/Post/Tag/Remove.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Artur Weigandt 2024-11-21 10:09:27 +01:00 committed by GitHub
parent 11dba90440
commit b8d2a352ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,6 @@ class Remove extends \Friendica\BaseModule
$tag_text = Tag::getCSVByURIId($item['uri-id']); $tag_text = Tag::getCSVByURIId($item['uri-id']);
$tags = explode(',', $tag_text);
if ($tag_text === '') { if ($tag_text === '') {
$this->baseUrl->redirect($returnUrl); $this->baseUrl->redirect($returnUrl);
} }