@@ -57,7 +57,7 @@ |
||
| 57 | 57 | $dbc = App::getDb(); |
| 58 | 58 | |
| 59 | 59 | if ($type == "batiment") { |
| 60 | - $req = $dbc->update("points", self::getPointsBase($id_base)+self::getPointAjoutBatiment()); |
|
| 60 | + $req = $dbc->update("points", self::getPointsBase($id_base) + self::getPointAjoutBatiment()); |
|
| 61 | 61 | |
| 62 | 62 | } |
| 63 | 63 | |