Fix class name after #14321

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-08-25 02:16:41 +02:00
parent 8cbd90cacd
commit 41386f8cca
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -9,7 +9,7 @@ namespace PhpMyAdmin\Plugins\Auth;
use PhpMyAdmin\Core;
use PhpMyAdmin\Plugins\AuthenticationPlugin;
use PhpMyAdmin\Response;
use PhpMyAdmin\ResponseRenderer;
use PhpMyAdmin\Util;
use function __;
@ -39,7 +39,7 @@ class AuthenticationSignon extends AuthenticationPlugin
*/
public function showLoginForm()
{
Response::getInstance()->disable();
ResponseRenderer::getInstance()->disable();
unset($_SESSION['LAST_SIGNON_URL']);
if (empty($GLOBALS['cfg']['Server']['SignonURL'])) {
Core::fatalError('You must set SignonURL!');