CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #4130

error on registration confirmation

Added by Chris Paige almost 4 years ago. Updated over 2 years ago.

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

Revision 940f246a
Added by Martin Helmich almost 4 years ago

Fixed #4130

git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/mm_forum/trunk@23081 735d13b6-9817-0410-8766-e36946ffe9aa

Revision 38526
Added by Oliver Klee over 2 years ago

[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

Also available in: Atom PDF