- 🇫🇷France Grimreaper France 🇫🇷
Hi,
Drupal 7 is no more supported and Drupal 7 branches on projects had been automatically marked as unsupported and not available to download anymore.
So closing the issue.
You should consider only authenticating with domains that are valid
@@ -242,6 +242,7 @@ function i18n_sso_get_all_domains() {
$subdomains = array();
$query = db_select('domain', 'd')
->fields('d', array('subdomain'))
+ ->condition("valid",1)
->execute();
while($record = $query->fetchObject()) {
$subdomains[] = 'http://' . $record->subdomain . '/';
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi,
Drupal 7 is no more supported and Drupal 7 branches on projects had been automatically marked as unsupported and not available to download anymore.
So closing the issue.