From: tcit Date: Wed, 30 Apr 2014 09:31:21 +0000 (+0200) Subject: Remove unnecessary line X-Git-Tag: 1.7.0^2~9^2~5 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=78bddb22bee94c86af04061cb630c97625b17898;p=github%2Fwallabag%2Fwallabag.git Remove unnecessary line --- 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 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();