minor fix to issue reported by b.lemire

This commit is contained in:
Eric J. Bowersox 2005-07-26 22:30:22 +00:00
parent d9ec3210a5
commit 5d16492f05

View File

@ -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