mirror of
https://github.com/friendica/friendica
synced 2025-09-22 20:32:29 +02:00
Better function name
This commit is contained in:
parent
1b5fa55bdc
commit
8997361609
2 changed files with 2 additions and 2 deletions
|
@ -1115,7 +1115,7 @@ class Transmitter
|
|||
'/\[url=([^\[\]]*)\]\[img\](.*)\[\/img\]\[\/url\]/Usi',
|
||||
function ($match) {
|
||||
// We remove the link when it is a link to a local photo page
|
||||
if (Photo::isLocalLink($match[1])) {
|
||||
if (Photo::isLocalPage($match[1])) {
|
||||
return '';
|
||||
}
|
||||
// otherwise we just return the link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue