Commit 1b11917
authored
Fix CSRF hash regeneration
For CSRF hash regeneration, $this->CSRFHash must be set to NULL when user set $this->CSRFRegenerate to TRUE, because in CSRFSetHash() you compare it with NULL, but $this->CSRFHash !== NULL after request.1 parent cb3616f commit 1b11917
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
| |||
0 commit comments