Skip to content

Commit

Permalink
bugfix: damn typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lformella committed Nov 20, 2012
1 parent cc7c7ef commit 6a9af92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Feed.php
Expand Up @@ -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"];
}
Expand Down

0 comments on commit 6a9af92

Please sign in to comment.