Merge remote-tracking branch 'origin/pull/13585'
This commit is contained in:
commit
1f3bab4c0c
@ -48,7 +48,8 @@ $export_page_title = __('View dump (schema) of database');
|
||||
|
||||
// exit if no tables in db found
|
||||
if ($num_tables < 1) {
|
||||
PhpMyAdmin\Message::error(__('No tables found in database.'))->display();
|
||||
$message = PhpMyAdmin\Message::error(__('No tables found in database.'));
|
||||
$message->getDisplay();
|
||||
exit;
|
||||
} // end if
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user