X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fconfig%2Fconfig-local.php-dist;h=6937c69bca0cfcb1fecba2664b2ce02ad70c2f78;hb=a1dfd448376c05e2a5ee2af1538c2e38f42983e4;hp=d6bd7c1d236e099325bb04d30c7e7f0889ae0045;hpb=78a010fef84895720e796842208f01dfb619c332;p=core.git diff --git a/framework/config/config-local.php-dist b/framework/config/config-local.php-dist index d6bd7c1d..6937c69b 100644 --- a/framework/config/config-local.php-dist +++ b/framework/config/config-local.php-dist @@ -1,4 +1,7 @@ * @version 0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify @@ -29,7 +32,7 @@ */ // Get the configuration instance -$cfg = FrameworkConfiguration::getSelfInstance(); +$cfg = FrameworkBootstrap::getConfigurationInstance(); // CFG: FOO-BAR //$cfg->setConfigEntry('foo_bar', 12345);