forked from ZwiiCMS-Team/ZwiiCMS
13.1.06 fix user add tag
This commit is contained in:
parent
6f946b32ac
commit
6f2447533c
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## Version 13.1.06
|
||||
|
||||
### Corrections
|
||||
|
||||
- Ajout d'utilisateur, étiquette non sauvegardée.
|
||||
|
||||
## Version 13.1.05
|
||||
|
||||
### Corrections
|
||||
|
@ -1,4 +1,4 @@
|
||||
# ZwiiCMS 13.1.05
|
||||
# ZwiiCMS 13.1.06
|
||||
|
||||
Zwii est un CMS sans base de données (flat-file) qui permet de créer et gérer facilement un site web sans aucune connaissance en programmation.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# ZwiiCMS 13.1.05
|
||||
# ZwiiCMS 13.1.06
|
||||
|
||||
Zwii is a database-less (flat-file) CMS that allows you to easily create and manage a web site without any programming knowledge.
|
||||
|
||||
|
@ -51,7 +51,7 @@ class common
|
||||
const ACCESS_TIMER = 1800;
|
||||
|
||||
// Numéro de version
|
||||
const ZWII_VERSION = '13.1.05';
|
||||
const ZWII_VERSION = '13.1.06';
|
||||
|
||||
// URL autoupdate
|
||||
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/cms-update/raw/branch/master/';
|
||||
|
@ -133,7 +133,7 @@ class user extends common
|
||||
'accessTimer' => null,
|
||||
'accessCsrf' => null,
|
||||
'language' => $this->getInput('userAddLanguage', helper::FILTER_STRING_SHORT),
|
||||
'tags' => ''
|
||||
'tags' => $this->getInput('userAddTags', helper::FILTER_STRING_SHORT),
|
||||
]
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user