Fixing HTTP Header LRDD parsing (sites in subdirectories need this)

This commit is contained in:
James Walker
2010-03-22 13:44:05 -04:00
parent 7aee7670c7
commit a20880ee1e
2 changed files with 2 additions and 2 deletions

View 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;