// BO Bootstrap Search result page

This commit is contained in:
Kevin Granger
2013-09-02 11:02:23 +02:00
parent 0a8a4dcece
commit 735b20866b
2 changed files with 34 additions and 7 deletions
@@ -26,6 +26,13 @@
class AdminSearchControllerCore extends AdminController
{
public function __construct()
{
$this->bootstrap = true;
parent::__construct();
}
public function postProcess()
{
$this->context = Context::getContext();