Unknown auth provider code 500

## wa-system/controller/waOAuthController.class.php(65)
#0 wa-system/controller/waOAuthController.class.php(33): waOAuthController->getAuthAdapter('mailru')
#1 wa-system/controller/waController.class.php(21): waOAuthController->execute()
#2 wa-system/controller/waViewController.class.php(46): waController->run(NULL)
#3 wa-system/controller/waFrontController.class.php(229): waViewController->run(NULL)
#4 wa-system/controller/waFrontController.class.php(164): waFrontController->runController(Object(siteOAuthController), NULL)
#5 wa-system/waSystem.class.php(599): waFrontController->execute(NULL, 'OAuth')
#6 wa-system/waSystem.class.php(485): waSystem->dispatchFrontend('oauth.php')
#7 index.php(7): waSystem->dispatch()
#8 {main}

/home/c/ce90352/riwear.ru/public_html/wa-system/controller/waOAuthController.class.php around line 65

60	
   61	    protected function getAuthAdapter($provider)
   62	    {
   63	        $config = wa()->getAuthConfig();
   64	        if (!isset($config['adapters'][$provider])) {
 >>65	            throw new waException('Unknown auth provider');
   66	        }
   67	        return wa()->getAuth($provider, $config['adapters'][$provider]);
   68	    }
   69	
   70	    protected function displayAuth($result)

GET

array(
  'app' => 'site',
  'provider' => 'mailru',
)

Params

array()