diff --git a/ChangeLog b/ChangeLog index e6f07de2ea..b87d19c128 100644 --- a/ChangeLog +++ b/ChangeLog @@ -74,6 +74,7 @@ explanation - bug Compatibility with central columns of version 4.4 - bug #4758 Firefox with auth_type to http with multiple server doesn't work anymore - bug #4789 Views aren't dropped when copying a database +- bug #4784 Incomplete bookmark saving 4.3.11.1 (2015-03-04) - bug [security] Risk of BREACH attack, see PMASA-2015-1 diff --git a/import.php b/import.php index 035e076dc0..f15af065c4 100644 --- a/import.php +++ b/import.php @@ -734,7 +734,7 @@ if ($go_sql) { $cfgBookmark = PMA_Bookmark_getParams(); PMA_storeTheQueryAsBookmark( $db, $cfgBookmark['user'], - $import_text, $_POST['bkm_label'], + $_REQUEST['sql_query'], $_POST['bkm_label'], isset($_POST['bkm_replace']) ? $_POST['bkm_replace'] : null ); }