Bug #4130
error on registration confirmation
| Status: | Resolved | Start date: | 2009-08-04 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Martin Helmich | % Done: | 100% |
|
| Category: | User registration | |||
| Target version: | 0.1.8 | |||
| Votes: | 0 |
Description
Syntax here is wrong and gives error in tx_mmforum_pi2 ...
if(!preg_match('/^[a-f0-9]{15}$/')) {
Minor tweak required
if(!preg_match('/^[a-f0-9]{15}$/', $hash)) {
Associated revisions
Fixed #4130
Fixed #4130
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/mm_forum/trunk@23081 735d13b6-9817-0410-8766-e36946ffe9aa
[Bug 4130] Set the numeric locale in our CLI scripts, r=niels
History
Updated by Martin Helmich almost 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r23081.
Updated by Martin Helmich almost 4 years ago
- Assignee set to Martin Helmich
- Target version set to 0.1.8