CMS MADE SIMPLE FORGE

Self Registration

 

[#4529] Typo in default Registration Template 2 results in no error messages showing.

avatar
Created By: stephen cooper (scooper)
Date Submitted: Thu Jan 21 11:30:05 -0500 2010

Assigned To:
Version: 1.2.5
CMSMS Version: None
Severity: Minor
Resolution: None
State: Open
Summary:
Typo in default Registration Template 2 results in no error messages showing.
Detailed Description:
In the default Registration Template 2 the variable $message is mistyped as
$messsage resulting in user error messages never getting shown.

The offending line is about 105 in SelfRegistration.module.php

{if isset($messsage) && $message != \'\'}

should be

{if isset($message) && $message != \'\'}


and whilst you're there... the line 2 above 'Registration 1 template' should be
'Registration 2 template'.... (I know, I know, I'm a pedant).


History