From 78bddb22bee94c86af04061cb630c97625b17898 Mon Sep 17 00:00:00 2001 From: tcit Date: Wed, 30 Apr 2014 11:31:21 +0200 Subject: [PATCH] Remove unnecessary line --- inc/poche/Poche.class.php | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.41.0