]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
default config is included after user config to prevent undefined constant warning
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>
Tue, 22 Apr 2014 16:11:26 +0000 (19:11 +0300)
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>
Tue, 22 Apr 2014 16:11:26 +0000 (19:11 +0300)
inc/poche/global.inc.php [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 1509138..a77081a
@@ -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) {