ma.gnolia plugin

Creating and modifying plugins.
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Indeed. Fixed. :)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply