diff --git a/WEB/Controller/PartieGateway.php b/WEB/Controller/PartieGateway.php index 0584b8e1..f814afa7 100644 --- a/WEB/Controller/PartieGateway.php +++ b/WEB/Controller/PartieGateway.php @@ -325,7 +325,7 @@ class PartieGateway ); $results = $this->con->getResults(); $row = $results[0]; - return $row['index']; + return $row['indexEnigme']; } public function showAll(): void {