diff options
Diffstat (limited to 'inc/poche/config.inc.php')
-rw-r--r-- | inc/poche/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php index eb0c1bb5..27be1857 100644 --- a/inc/poche/config.inc.php +++ b/inc/poche/config.inc.php | |||
@@ -36,7 +36,7 @@ require_once './vendor/autoload.php'; | |||
36 | require_once './inc/3rdparty/simple_html_dom.php'; | 36 | require_once './inc/3rdparty/simple_html_dom.php'; |
37 | 37 | ||
38 | if (DOWNLOAD_PICTURES) { | 38 | if (DOWNLOAD_PICTURES) { |
39 | require_once './inc/poche/pochePicture.php'; | 39 | require_once './inc/poche/pochePictures.php'; |
40 | } | 40 | } |
41 | 41 | ||
42 | $poche = new Poche($storage_type); \ No newline at end of file | 42 | $poche = new Poche($storage_type); \ No newline at end of file |