This commit is contained in:
Thomas Citharel
2015-03-08 02:36:37 +01:00
parent 5e10eee8fc
commit 512ff18015
3 changed files with 19 additions and 1 deletions

View File

@ -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;