@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | |
20 | 20 | |
21 | 21 | //-------------------------- GETTER ----------------------------------------------------------------------------// |
22 | - public function getIdFaction(){ |
|
22 | + public function getIdFaction() { |
|
23 | 23 | return $this->id_faction; |
24 | 24 | } |
25 | 25 | |
@@ -215,7 +215,7 @@ discard block |
||
215 | 215 | |
216 | 216 | if ($permissions_membre == "chef" || in_array("INVITER_MEMBRE", $permissions_membre)) { |
217 | 217 | $id_identite = Bataille::getPlayerExist($pseudo); |
218 | - if ($id_identite== false) { |
|
218 | + if ($id_identite == false) { |
|
219 | 219 | FlashMessage::setFlash("Ce joueur n'existe pas"); |
220 | 220 | return false; |
221 | 221 | } |