diff --git a/model/DataBase.php b/model/DataBase.php index fca8a76..1b4a676 100755 --- a/model/DataBase.php +++ b/model/DataBase.php @@ -1084,9 +1084,6 @@ 'admin' => $admin, ); - $req = $this->bdd->prepare($query); - $req->execute($params); - return $this->runQuery($query, $params, self::ROWCOUNT); } diff --git a/templates/profile.php b/templates/profile.php index 03b3231..de527ea 100755 --- a/templates/profile.php +++ b/templates/profile.php @@ -49,7 +49,7 @@