Mise à jour des membres le profil vaut 0 pour les types membres et moderateurs
This commit is contained in:
parent
0fe4c582a1
commit
a1096af3de
@ -985,7 +985,7 @@ if ($this->getData(['core', 'dataVersion']) < 12309) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Version 12.4.00
|
// Version 12.4.00
|
||||||
if ($this->getData(['core', 'dataVersion']) < 12400) {
|
if ($this->getData(['core', 'dataVersion']) < 13000) {
|
||||||
|
|
||||||
// Nettoyage du dossier de langue d'installation'
|
// Nettoyage du dossier de langue d'installation'
|
||||||
if (file_exists('core/vendor/tinymce/langs/langs.zip'))
|
if (file_exists('core/vendor/tinymce/langs/langs.zip'))
|
||||||
@ -1016,10 +1016,10 @@ if ($this->getData(['core', 'dataVersion']) < 12400) {
|
|||||||
$this->setData(['user', $userId, 'profil', 1]);
|
$this->setData(['user', $userId, 'profil', 1]);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$this->setData(['user', $userId, 'profil', $this->getData(['user', $userId, 'group'])]);
|
$this->setData(['user', $userId, 'profil', 0]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Mise à jour
|
// Mise à jour
|
||||||
$this->setData(['core', 'dataVersion', 12400]);
|
$this->setData(['core', 'dataVersion', 13000]);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user