From 5d16492f058b58a8289443def43df2ab80f63d30 Mon Sep 17 00:00:00 2001 From: "Eric J. Bowersox" Date: Tue, 26 Jul 2005 22:30:22 +0000 Subject: [PATCH] minor fix to issue reported by b.lemire --- scripts/verify_email.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify_email.js b/scripts/verify_email.js index 834afc4..3616c01 100644 --- a/scripts/verify_email.js +++ b/scripts/verify_email.js @@ -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