Declare missing global variable in server privileges page

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-07-31 13:17:10 -03:00
parent 7fe9331f22
commit 1a06ab10d5

View File

@ -23,7 +23,7 @@ if (! defined('PHPMYADMIN')) {
exit;
}
global $containerBuilder, $db, $pmaThemeImage, $text_dir, $url_query;
global $containerBuilder, $db, $message, $pmaThemeImage, $text_dir, $url_query;
/** @var Response $response */
$response = $containerBuilder->get(Response::class);