Fix wrong function call
Replace PMA_isValid with Core::isValid Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
973931eeba
commit
b2eaf6abb6
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user