Merge remote-tracking branch 'origin/master'

# Conflicts:
#	server_files/controllers/inscription.php
This commit is contained in:
Yohann 2019-09-07 15:52:43 +02:00 committed by galaxyoyo
commit 7266fe8e24
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class NewUser
public function __construct($data)
{
foreach ($data as $key => $value)
$this->$key = htmlspecialchars($value);
}