From dcd23b9418405a2d14ee03c1fcadf90c04b267e1 Mon Sep 17 00:00:00 2001 From: Prashant Tholia Date: Tue, 22 Sep 2020 09:45:19 +0530 Subject: [PATCH] lib_phpQuery updates --- lib/lib_phpQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib_phpQuery.php b/lib/lib_phpQuery.php index 797c1676a..c77bf31e0 100644 --- a/lib/lib_phpQuery.php +++ b/lib/lib_phpQuery.php @@ -5711,4 +5711,4 @@ set_include_path( phpQuery::$plugins = new phpQueryPlugins(); // include bootstrap file (personal library config) if (file_exists(dirname(__FILE__).'/phpQuery/bootstrap.php')) - require_once dirname(__FILE__).'/phpQuery/bootstrap.php'; + require_once dirname(__FILE__).'/phpQuery/bootstrap.php'; \ No newline at end of file