Merge branch 'QA_4_8'

This commit is contained in:
Maurício Meneghini Fauth 2018-03-30 17:52:36 -03:00
commit b2d488b102

View File

@ -110,7 +110,7 @@ if (isset($_POST['delete_save'])) {
);
}
if (!empty($_REQUEST['total_rows'])
&& PMA_isValid($_REQUEST['total_rows'], 'integer')
&& Core::isValid($_REQUEST['total_rows'], 'integer')
) {
$total_rows = $_REQUEST['total_rows'];
} else {