No news controller, should be deprecated and decided in command init
[core.git] / inc / classes / main / resolver / controller / console / class_ConsoleControllerResolver.php
index f241061ceddff3a4ddd31cf7e26e1ae3ff412f7b..39f2c672029fa3238afb5f54f50f50a5a8b0cc20 100644 (file)
@@ -137,11 +137,8 @@ class ConsoleControllerResolver extends BaseControllerResolver implements Contro
 
                        // ... and set it
                        $this->setClassName($className);
-               } elseif ($this->getConfigInstance()->readConfig('page_with_news') == $this->getApplicationInstance()->getRequestInstance()->getRequestElement('command')) {
-                       // Yes, display news in home then set default controller with news
-                       $this->setClassName('ConsoleDefaultNewsController');
                } else {
-                       // No news at home page or non-news page
+                       // No news at main command or non-news command
                        $this->setClassName('ConsoleDefaultController');
                }
                //* DEBUG: */ echo ", controller=".$this->getClassName()."<br />\n";