mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 20:12:27 +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;
|
||||
} else {
|
||||
require_once INCLUDES . '/poche/config.inc.php';
|
||||
require_once INCLUDES . '/poche/config.inc.php.new';
|
||||
}
|
||||
|
||||
if (Poche::$configFileAvailable && DOWNLOAD_PICTURES) {
|
||||
|
|
Loading…
Reference in a new issue