mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
commit
3af5d41759
6 changed files with 111 additions and 6 deletions
|
@ -78,7 +78,7 @@ class Tag
|
|||
*/
|
||||
public function setLabel($label)
|
||||
{
|
||||
$this->label = $label;
|
||||
$this->label = mb_convert_case($label, MB_CASE_LOWER);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue