mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 11:13:02 +01:00
Fix an issue with title not being parsed in meta helper
This commit is contained in:
parent
5422d9097d
commit
fd04b3d01c
@ -56,7 +56,7 @@ class LinkAce
|
||||
?? $fallback['description'];
|
||||
|
||||
return [
|
||||
'title' => $title,
|
||||
'title' => $title ?? $fallback['title'],
|
||||
'description' => $description,
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user