mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Add new Strings::startsWith method
- Move previous method to Strings::startsWithChars and update every known call
This commit is contained in:
parent
d0e9fdab5e
commit
75a0b80888
2 changed files with 16 additions and 2 deletions
|
@ -535,6 +535,6 @@ class Tag
|
|||
}
|
||||
}
|
||||
|
||||
return Strings::startsWith($tag, $tag_chars);
|
||||
return Strings::startsWithChars($tag, $tag_chars);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue