]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Tag.php
GET /api/tags/id_tag method
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Tag.php
index 310175635763cbe119e5c2ebf601978806c4be7f..963f32b1ef20df88b334a3c6a658c55ea926d97e 100644 (file)
@@ -58,6 +58,6 @@ class Tag
      */
     public function getLabel()
     {
-        return $this->value;
+        return $this->label;
     }
 }