]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/lib/linkheader.php
typo mixing up and in salmonaction
[quix0rs-gnu-social.git] / plugins / OStatus / lib / linkheader.php
index afcd66d264d6be67b9337eeb6abddfd1d5cb6ea4..cd78d31cef6ce325c4e1959f1dae391c562e0855 100644 (file)
@@ -11,7 +11,7 @@ class LinkHeader
         preg_match('/^<[^>]+>/', $str, $uri_reference);
         //if (empty($uri_reference)) return;
 
-        $this->uri = trim($uri_reference[0], '<>');
+        $this->href = trim($uri_reference[0], '<>');
         $this->rel = array();
         $this->type = null;