Forums
(@restouffer)
11 years, 8 months ago
The fix for this issue is to change line 68 in feedwordpress/admin-ui.php to: $effectiveUrl = $this->link->uri(array(‘fetch’ => true));
The $this-> is missing from that line, which is why PHP says $link is a “non-object”.