// Default tab is the dashboard
This commit is contained in:
@@ -205,7 +205,7 @@ class DispatcherCore
|
||||
{
|
||||
$this->front_controller = self::FC_ADMIN;
|
||||
$this->controller_not_found = 'adminnotfound';
|
||||
$this->default_controller = 'adminhome';
|
||||
$this->default_controller = 'admindashboard';
|
||||
}
|
||||
elseif (Tools::getValue('fc') == 'module')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user