forked from ZwiiCMS-Team/ZwiiCMS
une ligne vide ajoutée
This commit is contained in:
parent
016a809022
commit
1c20abd750
@ -628,6 +628,7 @@ class user extends common
|
|||||||
self::$listModules = helper::getModules();
|
self::$listModules = helper::getModules();
|
||||||
self::$listModules = array_keys(self::$listModules);
|
self::$listModules = array_keys(self::$listModules);
|
||||||
sort(self::$listModules);
|
sort(self::$listModules);
|
||||||
|
|
||||||
// Valeurs en sortie;
|
// Valeurs en sortie;
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'title' => sprintf(helper::translate('Édition du profil %s'), $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'name'])),
|
'title' => sprintf(helper::translate('Édition du profil %s'), $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'name'])),
|
||||||
|
Loading…
Reference in New Issue
Block a user