mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
hybridAuth debugging improvements.
This commit is contained in:
@@ -861,8 +861,10 @@ class e_user_provider
|
||||
else
|
||||
{
|
||||
$this->_config = array(
|
||||
"base_url" => e107::getUrl()->create('system/xup/endpoint', array(), array('full' => true)),
|
||||
"providers" => e107::getPref('social_login', array())
|
||||
"base_url" => e107::getUrl()->create('system/xup/endpoint', array(), array('full' => true)),
|
||||
"providers" => e107::getPref('social_login', array()),
|
||||
"debug_mode" => 'error',
|
||||
"debug_file" => e_LOG."hybridAuth.log"
|
||||
);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user