]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/config.inc.php
import in poche and not in an external file
[github/wallabag/wallabag.git] / inc / poche / config.inc.php
index 81297e0cee3005d0334850b5942f1f0e14a1ba7a..98a9ee6bd69cb4437ebbad202a48039daadefedd 100644 (file)
@@ -32,6 +32,7 @@ require_once './inc/3rdparty/Session.class.php';
 require_once './inc/store/store.class.php';
 require_once './inc/store/' . $storage_type . '.class.php';
 require_once './vendor/autoload.php';
+require_once './inc/3rdparty/simple_html_dom.php';
 
 if (DOWNLOAD_PICTURES) {
     require_once './inc/poche/pochePicture.php';