Skip to content

Commit

Permalink
Fixing typo preventing feat images from being set
Browse files Browse the repository at this point in the history
  • Loading branch information
AramZS authored and Douglas Linsmeyer committed Feb 19, 2015
1 parent 9fcf9fa commit 8da8853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/feed-items.php
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ public static function get_content_through_aggregator($url){
}

public static function get_ext_og_img($link){
$node = pressforward()->og_reader->fetch($itemLink);
$node = pressforward()->og_reader->fetch($link);
$itemFeatImg = $node->image;
return $itemFeatImg;
}
Expand Down

0 comments on commit 8da8853

Please sign in to comment.