@@ -414,7 +414,7 @@ |
||
| 414 | 414 | . '|' . $this->forwardedip // } private data not known to those without access |
| 415 | 415 | . '|' . $this->useragent // } |
| 416 | 416 | . '|' . $this->email // } |
| 417 | - . '|' . $this->status; // to rudimentarily invalidate the token on status change |
|
| 417 | + . '|' . $this->status; // to rudimentarily invalidate the token on status change |
|
| 418 | 418 | |
| 419 | 419 | return hash('sha256', $data); |
| 420 | 420 | } |