Now default_console_command in console responses
[core.git] / 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;
        }
 }