Fixing HTTP Header LRDD parsing (sites in subdirectories need this)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user