]> git.mxchange.org Git - core.git/commitdiff
Now default_console_command in console responses
authorRoland Häder <roland@mxchange.org>
Sat, 18 Jul 2009 05:16:16 +0000 (05:16 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 18 Jul 2009 05:16:16 +0000 (05:16 +0000)
inc/classes/main/response/console/class_ConsoleResponse.php

index dcd25d378a92900931927ae7c8e24e6fc422a88c..88e1dd804a3a48ce55a56fb9d42f6eb7ae94dfe9 100644 (file)
@@ -118,7 +118,7 @@ class ConsoleResponse extends BaseResponse implements Responseable {
         * @return      $defaultCommand         Default command for this response
         */
        public function getDefaultCommand () {
-               $defaultCommand = $this->getConfigInstance()->readConfig('default_web_command');
+               $defaultCommand = $this->getConfigInstance()->readConfig('default_console_command');
                return $defaultCommand;
        }
 }