DOMElement not DOMDocument

This commit is contained in:
Mikael Nordfeldth 2016-03-28 16:23:15 +02:00
parent 7bef2ad4cc
commit 88e2f739a9
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ class ActivityUtils
return false; return false;
} }
static function getFeedAuthor(DOMDocument $feedEl) static function getFeedAuthor(DOMElement $feedEl)
{ {
// Try old and deprecated activity:subject // Try old and deprecated activity:subject