mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
Fix notice "Undefined index: network" and warning "strpos(): Empty needle"
This commit is contained in:
parent
6de63b3a7c
commit
46bd1704df
2 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ class PageInfo
|
|||
$quotedUrl
|
||||
)$#isx", function ($match) use ($url) {
|
||||
// Stripping URLs with no label
|
||||
if (!isset($match[1])) {
|
||||
if (empty($match[1])) {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue