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;
|
const ACCESS_TIMER = 1800;
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '1.4.03';
|
1404 const ZWII_VERSION = '1.4.04';
|
||||||
|
|
||||||
// URL autoupdate
|
// URL autoupdate
|
||||||
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/campus-update/raw/branch/master/';
|
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,
|
'accessUrl' => null,
|
||||||
'accessTimer' => null,
|
'accessTimer' => null,
|
||||||
'accessCsrf' => null,
|
'accessCsrf' => null,
|
||||||
'language' => $this->getInput('userEditLanguage', helper::FILTER_STRING_SHORT),
|
'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