mirror of
https://github.com/friendica/friendica
synced 2025-05-02 21:44:23 +02:00
Remove unused parameter
This commit is contained in:
parent
d498d15200
commit
08771d96c2
5 changed files with 13 additions and 18 deletions
|
@ -187,7 +187,7 @@ class PageInfo
|
|||
*/
|
||||
public static function queryUrl(string $url, string $photo = '', bool $keywords = false, string $keyword_denylist = '')
|
||||
{
|
||||
$data = ParseUrl::getSiteinfoCached($url, true);
|
||||
$data = ParseUrl::getSiteinfoCached($url);
|
||||
|
||||
if ($photo != '') {
|
||||
$data['images'][0]['src'] = $photo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue