Enable registerMenuEntries for modules since this works now

refs #4354
This commit is contained in:
Eric Lippmann 2013-07-12 15:44:55 +02:00
parent 51755209b6
commit 2fffb892d3
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ class Module
}
$this->registerLocales()
->registerRoutes();
// ->registerMenuEntries();
->registerRoutes()
->registerMenuEntries();
return $this;
}