X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2F3rdparty%2Fconfig.php;h=e618117b7190da886aa40731fba02896f4521664;hb=25114854b3e6b42c7be5e21a62539d8f23d3a10e;hp=61fc0d0eece9eeff61cc195385d6d5c1ec7acd0a;hpb=42c80841c846610be280218d53fcde06b0f0063b;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/3rdparty/config.php b/inc/3rdparty/config.php old mode 100644 new mode 100755 index 61fc0d0e..e618117b --- a/inc/3rdparty/config.php +++ b/inc/3rdparty/config.php @@ -11,6 +11,8 @@ // options you'd like to override in custom_config.php. // ..................................................... +global $options; + // Create config object if (!isset($options)) $options = new stdClass();