diff options
-rw-r--r-- | providers/HtmlFeed.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/HtmlFeed.php b/providers/HtmlFeed.php index 8543444..bf65042 100644 --- a/providers/HtmlFeed.php +++ b/providers/HtmlFeed.php @@ -3,7 +3,7 @@ namespace Providers; require_once('XmlFeed.php'); -require_once('../lib/querypath/src/qp.php'); +require_once(dirname(__FILE__) . '/../lib/querypath/src/qp.php'); abstract class HtmlFeed extends \Providers\XmlFeed { |