diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 12:34:16 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 12:34:16 +0200 |
commit | 32520785018e3ec3a2ce200689e863099e9646f8 (patch) | |
tree | 81eb4dc79b0a36f935f7a31516d84575c3b47766 /inc/poche/config.inc.php | |
parent | 21e0af98eb28e46345ecb947c48af29e8f1c6234 (diff) | |
download | wallabag-32520785018e3ec3a2ce200689e863099e9646f8.tar.gz wallabag-32520785018e3ec3a2ce200689e863099e9646f8.tar.zst wallabag-32520785018e3ec3a2ce200689e863099e9646f8.zip |
close #69: in the config page, you are notified of the release of a new version
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 |