]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/resolver/command/web/class_WebCommandResolver.php
Class prefixes can be now all lower-case.
[core.git] / inc / classes / main / resolver / command / web / class_WebCommandResolver.php
index f6a5af926ee075d45ff74db9f3051774b9b1b161..9225c454a2f850d79e5dffa14fb094cc5fc2b4bc 100644 (file)
@@ -37,7 +37,7 @@ class WebCommandResolver extends BaseCommandResolver implements CommandResolver
                parent::__construct(__CLASS__);
 
                // Set prefix to "Web"
-               $this->setClassPrefix('Web');
+               $this->setClassPrefix('web');
        }
 
        /**
@@ -90,7 +90,7 @@ class WebCommandResolver extends BaseCommandResolver implements CommandResolver
 
                // Is the command empty? Then fall back to default command
                if (empty($commandName)) {
-                       $commandName = $this->getConfigInstance()->getConfigEntry('default_web_command');
+                       $commandName = $this->getConfigInstance()->getConfigEntry('default_html_command');
                } // END - if
 
                // Check if command is valid
@@ -128,7 +128,7 @@ class WebCommandResolver extends BaseCommandResolver implements CommandResolver
 
                // Is the command empty? Then fall back to default command
                if (empty($commandName)) {
-                       $commandName = $this->getConfigInstance()->getConfigEntry('default_web_command');
+                       $commandName = $this->getConfigInstance()->getConfigEntry('default_html_command');
                } // END - if
 
                // Check if command is valid