diff options
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-x | inc/poche/Poche.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 429c13b8..61bc8e13 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -513,7 +513,6 @@ class Poche | |||
513 | case 'add_tag' : | 513 | case 'add_tag' : |
514 | if (isset($_GET['search'])) { | 514 | if (isset($_GET['search'])) { |
515 | //when we want to apply a tag to a search | 515 | //when we want to apply a tag to a search |
516 | $search = true; | ||
517 | $tags = array($_GET['search']); | 516 | $tags = array($_GET['search']); |
518 | $allentry_ids = $this->store->search($tags[0], $this->user->getId()); | 517 | $allentry_ids = $this->store->search($tags[0], $this->user->getId()); |
519 | $entry_ids = array(); | 518 | $entry_ids = array(); |