mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:40:17 +00:00
Update src/Module/Post/Tag/Remove.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
11dba90440
commit
b8d2a352ae
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue