diff --git a/core/core.php b/core/core.php index 2a77370..15d2430 100644 --- a/core/core.php +++ b/core/core.php @@ -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/'; diff --git a/core/module/user/user.php b/core/module/user/user.php index e014c31..35c7972 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -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), ] ]);