Merge remote-tracking branch 'origin/pull/13585'

This commit is contained in:
Michal Čihař 2017-08-16 15:53:03 +02:00
commit 1f3bab4c0c

View File

@ -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