mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-24 01:51: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' :
|
case 'add_tag' :
|
||||||
if (isset($_GET['search'])) {
|
if (isset($_GET['search'])) {
|
||||||
//when we want to apply a tag to a search
|
//when we want to apply a tag to a search
|
||||||
$search = true;
|
|
||||||
$tags = array($_GET['search']);
|
$tags = array($_GET['search']);
|
||||||
$allentry_ids = $this->store->search($tags[0], $this->user->getId());
|
$allentry_ids = $this->store->search($tags[0], $this->user->getId());
|
||||||
$entry_ids = array();
|
$entry_ids = array();
|
||||||
|
|
Loading…
Reference in a new issue