1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-12-25 05:42:23 +00:00

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

View File

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