Dépréciation concaténation
This commit is contained in:
parent
6da76463a4
commit
f50df72cf1
@ -1300,8 +1300,8 @@ class user extends common
|
|||||||
$this->saveLog(
|
$this->saveLog(
|
||||||
' Erreur de réinitialisation de mot de passe ' . $this->getUrl(2) .
|
' Erreur de réinitialisation de mot de passe ' . $this->getUrl(2) .
|
||||||
' Compte : ' . $this->getData(['user', $this->getUrl(2)]) .
|
' Compte : ' . $this->getData(['user', $this->getUrl(2)]) .
|
||||||
' Temps : ' . $this->getData(['user', $this->getUrl(2), 'forgot']) + 86400 < time() .
|
' Temps : ' . ($this->getData(['user', $this->getUrl(2), 'forgot']) + 86400 < time()) .
|
||||||
' Clé : ' . $this->getUrl(3) !== md5(json_encode($this->getData(['user', $this->getUrl(2), 'forgot'])))
|
' Clé : ' . ($this->getUrl(3) !== md5(json_encode($this->getData(['user', $this->getUrl(2), 'forgot']))))
|
||||||
);
|
);
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user