mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
return unique links only
This commit is contained in:
parent
0ad8a9e998
commit
0de8dcc249
1 changed files with 3 additions and 1 deletions
|
|
@ -287,6 +287,8 @@ class Reader
|
|||
}
|
||||
}
|
||||
|
||||
return $links;
|
||||
return array_unique(
|
||||
$links
|
||||
);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue