Fix duplicate detection
This commit is contained in:
parent
64ac344efa
commit
c5bdf6924d
@ -142,7 +142,7 @@ function linkback_entry_type($entry, $mf2, $target) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function linkback_is_dupe($key, $url) {
|
function linkback_is_dupe($key, $url) {
|
||||||
$dupe = Notice::getKV('uri', $url);
|
$dupe = Notice::getKV($key, $url);
|
||||||
if ($dupe instanceof Notice) {
|
if ($dupe instanceof Notice) {
|
||||||
return $dupe;
|
return $dupe;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user