From e4892d21b10224b00d99a78420331a747c9d2b39 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 14 Oct 2015 16:13:25 -0500 Subject: [PATCH] Note that we should handle relative URIs --- plugins/Linkback/LinkbackPlugin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/Linkback/LinkbackPlugin.php b/plugins/Linkback/LinkbackPlugin.php index 57a788457a..84215046fa 100644 --- a/plugins/Linkback/LinkbackPlugin.php +++ b/plugins/Linkback/LinkbackPlugin.php @@ -106,6 +106,8 @@ class LinkbackPlugin extends Plugin $pb = $this->getPingback($result); if (!empty($pb)) { $this->pingback($result->final_url, $pb); + // XXX: Should handle relative-URI resolution in these detections + } else { $tb = $this->getTrackback($result); if (!empty($tb)) {