1404 Fix user Add tags and language

This commit is contained in:
Fred Tempez 2024-01-07 16:15:29 +01:00
parent 88ff501195
commit 14def12f2e
2 changed files with 3 additions and 3 deletions

View File

@ -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/';

View File

@ -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),
]
]);