Fix call to Sanitize

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-08-29 14:43:05 +02:00
parent 89bea5fff1
commit 7b244494b4

View File

@ -413,7 +413,7 @@ if ($token_mismatch) {
/**
* Do actual cleanup
*/
Sanitize::removeRequestVars($allow_list);
PMA\libraries\Sanitize::removeRequestVars($allow_list);
}