X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fpoche%2FPoche.class.php;h=bf323c49ce3c98f901ee8f7ca9c034ad67fc6f6f;hb=512ff18015919bf3119509d1a8b8cf87b3b86f5f;hp=c6c91c4a631e2622b783f922af56d135ab0438ed;hpb=5e10eee8fc2ccc05f511180a8c92f82de6d293b0;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index c6c91c4a..bf323c49 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -465,9 +465,11 @@ class Poche Tools::redirect(); } $tags = $this->store->retrieveTagsByEntry($id); + $all_tags = $this->store->retrieveAllTags($this->user->getId()); $tpl_vars = array( 'entry_id' => $id, 'tags' => $tags, + 'alltags' => $all_tags, 'entry' => $entry, ); break;