Skip to content

Commit

Permalink
Correction du controleur suite a mise en prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Quinton committed Sep 25, 2017
1 parent 58ebb0f commit 3f081c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
$token = new Token($privateKey, $pubKey);
$login = $token->openToken($_COOKIE["tokenIdentity"]);
} catch (Exception $e) {
$message->set($LANG["message"[48]]);
$message->set($LANG["message"][48]);
$message->setSyslog($e->getMessage());
$log->setLog("unknown", "connexion", "token-ko");
}
Expand Down

0 comments on commit 3f081c7

Please sign in to comment.