Even more renamed 'web' -> 'html'
[core.git] / inc / classes / main / response / html / class_HtmlResponse.php
index 80b50e88364a4a7ab1a1a66037bd1645f66c9b2a..4a3da75b7535f20374e519730f2288386ffd685f 100644 (file)
@@ -209,7 +209,7 @@ class HtmlResponse extends BaseResponse implements Responseable {
         * @return      $defaultCommand         Default command for this response
         */
        public function getDefaultCommand () {
-               $defaultCommand = $this->getConfigInstance()->getConfigEntry('default_web_command');
+               $defaultCommand = $this->getConfigInstance()->getConfigEntry('default_html_command');
                return $defaultCommand;
        }
 }