mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 12:25:07 -05:00
Remove unnecessary line
This commit is contained in:
parent
decc23aaf2
commit
78bddb22be
@ -513,7 +513,6 @@ class Poche
|
||||
case 'add_tag' :
|
||||
if (isset($_GET['search'])) {
|
||||
//when we want to apply a tag to a search
|
||||
$search = true;
|
||||
$tags = array($_GET['search']);
|
||||
$allentry_ids = $this->store->search($tags[0], $this->user->getId());
|
||||
$entry_ids = array();
|
||||
|
Loading…
Reference in New Issue
Block a user