Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/4444' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Willbanks committed May 8, 2013
3 parents f3b1c55 + 149db66 + 121f01a commit 2416664
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Reader/Extension/CreativeCommons/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ public function getLicenses()

$licenses = array_unique($licenses);
} else {
$cc = new Feed(
$this->domDocument, $this->data['type'], $this->xpath
);
$cc = new Feed();
$licenses = $cc->getLicenses();
}

Expand Down

0 comments on commit 2416664

Please sign in to comment.