Page 2 of 2

Posted: Wed Jul 26, 2006 3:10 pm
by mattsches
One thing that seems to break my installation of the plugin ... see line 192:

Code: Select all

require_once(dirname(__FILE__) . 'simplepie.inc');
Shouldn't that be:

Code: Select all

require_once(dirname(__FILE__) . '/simplepie.inc');
?
Correct me if I'm wrong.

Posted: Wed Jul 26, 2006 3:43 pm
by garvinhicking
Hi!

Indeed. Fixed. :)

Best regards,
Garvin