diff options
Diffstat (limited to 'inc/poche/Poche.class.php')
-rw-r--r-- | inc/poche/Poche.class.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 802ec542..5d368842 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -430,6 +430,13 @@ class Poche | |||
430 | ); | 430 | ); |
431 | Tools::logm('config view'); | 431 | Tools::logm('config view'); |
432 | break; | 432 | break; |
433 | case 'edit-tags': | ||
434 | # tags | ||
435 | $tags = $this->store->retrieveTagsByEntry($id); | ||
436 | $tpl_vars = array( | ||
437 | 'tags' => $tags, | ||
438 | ); | ||
439 | break; | ||
433 | case 'tags': | 440 | case 'tags': |
434 | $tags = $this->store->retrieveAllTags(); | 441 | $tags = $this->store->retrieveAllTags(); |
435 | $tpl_vars = array( | 442 | $tpl_vars = array( |