]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Remove unnecessary line
authortcit <tcit@tcit.fr>
Wed, 30 Apr 2014 09:31:21 +0000 (11:31 +0200)
committertcit <tcit@tcit.fr>
Wed, 30 Apr 2014 09:31:21 +0000 (11:31 +0200)
inc/poche/Poche.class.php

index 429c13b875c1fac48eb6e21aacd09f0510480d8a..61bc8e13ccc56f6c2d90c06f7132ddc471876e41 100755 (executable)
@@ -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();