Merge fix for CSRF errors in user profile management

This commit is contained in:
Damien GUILLEM 2015-04-20 13:07:21 +02:00
parent 34207dc269
commit 43375c0604
2 changed files with 3 additions and 6 deletions

View file

@ -1084,9 +1084,6 @@
'admin' => $admin,
);
$req = $this->bdd->prepare($query);
$req->execute($params);
return $this->runQuery($query, $params, self::ROWCOUNT);
}