Used the correct method, PMA_showMessage() instead of

$message->display()
This commit is contained in:
ninadsp
2010-05-27 20:27:55 +05:30
parent d14abc17ca
commit ed3e6a2925

View File

@@ -1301,7 +1301,7 @@ if (isset($_REQUEST['flush_privileges'])) {
* jQuery will take care of displaying the data with a dialog * jQuery will take care of displaying the data with a dialog
*/ */
if( $GLOBALS['is_ajax_request'] ) { if( $GLOBALS['is_ajax_request'] ) {
$message->display(); PMA_showMessage($message);
exit; exit;
} }
} }