Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5
This commit is contained in:
commit
3e1da7914e
@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue #11611 Warning while exporting schema to PDF
|
||||
- issue #11612 Undefined index: new_row_format
|
||||
- issue #11605 Changing hostname kills password
|
||||
- issue #11614 Undefined variable: db
|
||||
|
||||
4.5.1.0 (2015-10-23)
|
||||
- issue Invalid argument supplied for foreach()
|
||||
|
||||
@ -475,7 +475,8 @@ class DatabaseStructureController extends DatabaseController
|
||||
$this->response->addHTML(
|
||||
Template::get('database/structure/table_header')->render(
|
||||
array(
|
||||
'db_is_system_schema' => false,
|
||||
'db' => $this->db,
|
||||
'db_is_system_schema' => $this->_db_is_system_schema,
|
||||
'replication' => $GLOBALS['replication_info']['slave']['status']
|
||||
)
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user