diff --git a/Feed.php b/Feed.php index 5f23919..e8a7f42 100644 --- a/Feed.php +++ b/Feed.php @@ -105,7 +105,7 @@ public function Feed (array $config) { $this->author = $config["author"]; } - if (array_key_exists("author", $config)) + if (array_key_exists("author_url", $config)) { $this->authorUrl = $config["author_url"]; }