* Fix bug#34139, 34238, 34075.
This commit is contained in:
@@ -477,7 +477,7 @@ class admin extends control
|
||||
public function tableEngine()
|
||||
{
|
||||
$this->view->title = $this->lang->admin->tableEngine;
|
||||
$this->view->tableEngines = $this->loadModel('misc')->getTableEngines();
|
||||
$this->view->tableEngines = $this->dao->getTableEngines();
|
||||
$this->display();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user