Fix call to Sanitize
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
89bea5fff1
commit
7b244494b4
@ -413,7 +413,7 @@ if ($token_mismatch) {
|
||||
/**
|
||||
* Do actual cleanup
|
||||
*/
|
||||
Sanitize::removeRequestVars($allow_list);
|
||||
PMA\libraries\Sanitize::removeRequestVars($allow_list);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user