1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

Remove unnecessary line

This commit is contained in:
tcit 2014-04-30 11:31:21 +02:00
parent decc23aaf2
commit 78bddb22be

View File

@ -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();