X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fresolver%2Fclass_;h=0fd01b9f4bf79d17f2e981e59b634ab0e88a9707;hb=2fe9cb99d3b4f2ea423a9205511fc50d64c2af8c;hp=64df33a7a52ad046aa2e47a1bffb58b4efd18036;hpb=f57dd51863ec9baacba447d76b46d5c709b9b02e;p=core.git diff --git a/framework/main/classes/resolver/class_ b/framework/main/classes/resolver/class_ index 64df33a7..0fd01b9f 100644 --- a/framework/main/classes/resolver/class_ +++ b/framework/main/classes/resolver/class_ @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2019 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -84,7 +84,7 @@ class ???Resolver extends BaseResolver implements Resolver { $!!!Name = $requestInstance->getRequestElement('action'); // Is the action empty? Then fall back to default action - if (empty($!!!Name)) $!!!Name = $this->getConfigInstance()->getConfigEntry('default_action'); + if (empty($!!!Name)) $!!!Name = FrameworkBootstrap::getConfigurationInstance()->getConfigEntry('default_action'); // Check if action is valid if ($this->is|||Valid($!!!Name) === false) { @@ -123,7 +123,7 @@ class ???Resolver extends BaseResolver implements Resolver { // Is the action empty? Then fall back to default action if (empty($!!!Name)) { - $!!!Name = $this->getConfigInstance()->getConfigEntry('default_action'); + $!!!Name = FrameworkBootstrap::getConfigurationInstance()->getConfigEntry('default_action'); } // END - if // Check if action is valid