Forums
(@restouffer)
10 years, 6 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”.