minor fix to issue reported by b.lemire
This commit is contained in:
parent
d9ec3210a5
commit
5d16492f05
|
@ -30,7 +30,7 @@ if (target==null)
|
|||
user = rinput.user;
|
||||
if (!(user.isLoggedIn()))
|
||||
{ // user not logged in - just bail on this
|
||||
vlib.output(new ErrorBox(null,"You must log in before you can verify your account's email address."));
|
||||
vlib.output(new ErrorBox("Error","You must log in before you can verify your account's email address."));
|
||||
vlib.done();
|
||||
|
||||
} // end if
|
||||
|
|
Loading…
Reference in New Issue
Block a user