summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-10-09 09:54:21 +0200
committeremkael <emkael@tlen.pl>2020-10-09 09:54:21 +0200
commit0aff0e94be8e31ddc4660c34ee7e26761332f470 (patch)
tree91822c208a88767c0dcda24b39ddb001f7a42b27
parent0c29027f48fa682aef44ab5b26c43920f06432c6 (diff)
QueryPath path set relative to project
-rw-r--r--providers/HtmlFeed.php2
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 {