diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-20 16:38:24 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-03-06 20:50:30 +0100 |
commit | 2691cf04384239c546e141af6cc3c22b210dae58 (patch) | |
tree | 0e3f7047e7edb9628139a7f344ea646f660ac14d /src/Wallabag/CoreBundle/Entity | |
parent | 1d14779154481b320e1c44fccf2558d8c9fa43a1 (diff) | |
download | wallabag-2691cf04384239c546e141af6cc3c22b210dae58.tar.gz wallabag-2691cf04384239c546e141af6cc3c22b210dae58.tar.zst wallabag-2691cf04384239c546e141af6cc3c22b210dae58.zip |
GET /api/tags/id_tag method
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity')
-rw-r--r-- | src/Wallabag/CoreBundle/Entity/Tag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Tag.php b/src/Wallabag/CoreBundle/Entity/Tag.php index 31017563..963f32b1 100644 --- a/src/Wallabag/CoreBundle/Entity/Tag.php +++ b/src/Wallabag/CoreBundle/Entity/Tag.php | |||
@@ -58,6 +58,6 @@ class Tag | |||
58 | */ | 58 | */ |
59 | public function getLabel() | 59 | public function getLabel() |
60 | { | 60 | { |
61 | return $this->value; | 61 | return $this->label; |
62 | } | 62 | } |
63 | } | 63 | } |