From ed3e6a2925fb2fda00249b94b28c20d992f89350 Mon Sep 17 00:00:00 2001 From: ninadsp Date: Thu, 27 May 2010 20:27:55 +0530 Subject: [PATCH] Used the correct method, PMA_showMessage() instead of $message->display() --- server_privileges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_privileges.php b/server_privileges.php index 5a682f561..42a7b423b 100755 --- a/server_privileges.php +++ b/server_privileges.php @@ -1301,7 +1301,7 @@ if (isset($_REQUEST['flush_privileges'])) { * jQuery will take care of displaying the data with a dialog */ if( $GLOBALS['is_ajax_request'] ) { - $message->display(); + PMA_showMessage($message); exit; } }