From a530503c225b24fab279b9b9e74a094c313d60fd Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Tue, 29 Nov 2016 08:39:32 +0530 Subject: [PATCH] Replace call to undefined function by correct call Fix #12756 Signed-off-by: Deven Bansod --- setup/frames/index.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php index 06c24d5d2d..50640d4977 100644 --- a/setup/frames/index.inc.php +++ b/setup/frames/index.inc.php @@ -131,7 +131,7 @@ case 'config_not_saved': /* Use uniqid to display this message every time configuration is saved */ PMA_messagesSet( 'notice', uniqid('config_not_saved'), __('Configuration not saved!'), - PMA_sanitize( + Sanitize::sanitize( __( 'Please create web server writable folder [em]config[/em] in ' . 'phpMyAdmin top level directory as described in '