Browse Source

also return matching url for h-cards

pull/39/head
Aaron Parecki 8 years ago
parent
commit
0d96cb2832
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/Formats/Mf2.php

+ 1
- 1
lib/Formats/Mf2.php View File

@ -19,7 +19,7 @@ class Mf2 {
) { ) {
// TODO: check for children h-entrys (like tantek.com), or sibling h-entries (like aaronparecki.com) // TODO: check for children h-entrys (like tantek.com), or sibling h-entries (like aaronparecki.com)
// and return the result as a feed instead // and return the result as a feed instead
return self::parseHCard($i, $http);
return self::parseHCard($i, $http, $url);
} }
} }

Loading…
Cancel
Save