mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
social_login_config::getSupportedConfiguredProviderConfigs()
is a better name than `\social_login_config::getValidConfiguredProviderConfigs()` because the method does not validate the provider configs.
This commit is contained in:
@@ -105,7 +105,7 @@ class core_system_xup_controller extends eController
|
||||
|
||||
|
||||
$testUrl = SITEURL."?route=system/xup/test";
|
||||
$providers = $manager->getValidConfiguredProviderConfigs();
|
||||
$providers = $manager->getSupportedConfiguredProviderConfigs();
|
||||
|
||||
foreach($providers as $key=>$var)
|
||||
{
|
||||
|
Reference in New Issue
Block a user