diff --git a/ChangeLog b/ChangeLog index e002573a61..299e3a9950 100644 --- a/ChangeLog +++ b/ChangeLog @@ -90,6 +90,7 @@ phpMyAdmin - ChangeLog 4.4.14.0 (not yet released) - issue #11367 Export after search, missing WHERE clause +- issue #11380 Incomplete message after import 4.4.13.1 (2015-08-08) - issue #11368 SQL error when importing phpMyAdmin dump file diff --git a/import.php b/import.php index 9fcfad58a3..2015ec15eb 100644 --- a/import.php +++ b/import.php @@ -690,7 +690,7 @@ if (! empty($id_bookmark) && $_REQUEST['action_bookmark'] == 2) { if ($import_notice) { $message->addString($import_notice); } - if (isset($local_import_file)) { + if (! empty($local_import_file)) { $message->addString('(' . htmlspecialchars($local_import_file) . ')'); } else { $message->addString(