forked from wallabag/wallabag
GET /api/tags/id_tag method
This commit is contained in:
@ -58,6 +58,6 @@ class Tag
|
||||
*/
|
||||
public function getLabel()
|
||||
{
|
||||
return $this->value;
|
||||
return $this->label;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user