]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Note that we should handle relative URIs
authorStephen Paul Weber <singpolyma@singpolyma.net>
Wed, 14 Oct 2015 21:13:25 +0000 (16:13 -0500)
committerStephen Paul Weber <singpolyma@singpolyma.net>
Wed, 14 Oct 2015 21:13:25 +0000 (16:13 -0500)
plugins/Linkback/LinkbackPlugin.php

index 57a788457a8f26253c54ada50adc2fe0705e42f8..84215046fa5deecf891f5805000c5b6f8c7ccd3f 100644 (file)
@@ -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)) {