Declare missing global variable in server privileges page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
7fe9331f22
commit
1a06ab10d5
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user