aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-04-30 11:31:21 +0200
committertcit <tcit@tcit.fr>2014-04-30 11:31:21 +0200
commit78bddb22bee94c86af04061cb630c97625b17898 (patch)
treed5790fffe2c77d0e6d812ed15aa72f6c33b97a48
parentdecc23aaf230f320613f5f09e0c70c7eb758ca70 (diff)
downloadwallabag-78bddb22bee94c86af04061cb630c97625b17898.tar.gz
wallabag-78bddb22bee94c86af04061cb630c97625b17898.tar.zst
wallabag-78bddb22bee94c86af04061cb630c97625b17898.zip
Remove unnecessary line
-rwxr-xr-xinc/poche/Poche.class.php1
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();