Update after merge.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
Hugues Peccatte 2015-09-12 00:54:08 +02:00
parent b92491d799
commit 7a2890bcf2

View File

@ -1064,7 +1064,7 @@ function PMA_getExportDisplay(
/* Fail if we didn't find any plugin */
if (empty($export_list)) {
PMA_Message::error(
Message::error(
__('Could not load export plugins, please check your installation!')
)->display();
exit;