mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 17:41:01 +00:00
Remove unnecessary line
This commit is contained in:
parent
decc23aaf2
commit
78bddb22be
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue