mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-08 23:12:23 +00:00
default config is included after user config to prevent undefined constant warning
This commit is contained in:
parent
c2cf7075c2
commit
a4a870e1ec
1 changed files with 1 additions and 0 deletions
1
inc/poche/global.inc.php
Normal file → Executable file
1
inc/poche/global.inc.php
Normal file → Executable file
|
@ -43,6 +43,7 @@ if (! file_exists(INCLUDES . '/poche/config.inc.php')) {
|
||||||
Poche::$configFileAvailable = false;
|
Poche::$configFileAvailable = false;
|
||||||
} else {
|
} else {
|
||||||
require_once INCLUDES . '/poche/config.inc.php';
|
require_once INCLUDES . '/poche/config.inc.php';
|
||||||
|
require_once INCLUDES . '/poche/config.inc.php.new';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Poche::$configFileAvailable && DOWNLOAD_PICTURES) {
|
if (Poche::$configFileAvailable && DOWNLOAD_PICTURES) {
|
||||||
|
|
Loading…
Reference in a new issue