forked from ZwiiCMS-Team/ZwiiCampus
1404 Fix user Add tags and language
This commit is contained in:
parent
88ff501195
commit
14def12f2e
@ -50,7 +50,7 @@ class common
|
||||
const ACCESS_TIMER = 1800;
|
||||
|
||||
// Numéro de version
|
||||
const ZWII_VERSION = '1.4.03';
|
||||
1404 const ZWII_VERSION = '1.4.04';
|
||||
|
||||
// URL autoupdate
|
||||
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/campus-update/raw/branch/master/';
|
||||
|
@ -132,8 +132,8 @@ class user extends common
|
||||
'accessUrl' => null,
|
||||
'accessTimer' => null,
|
||||
'accessCsrf' => null,
|
||||
'language' => $this->getInput('userEditLanguage', helper::FILTER_STRING_SHORT),
|
||||
'tags' => ''
|
||||
'language' => $this->getInput('userAddLanguage', helper::FILTER_STRING_SHORT),
|
||||
'tags' => $this->getInput('userAddTags', helper::FILTER_STRING_SHORT),
|
||||
]
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user