summaryrefslogtreecommitdiff
path: root/swat/login.esp
diff options
context:
space:
mode:
Diffstat (limited to 'swat/login.esp')
-rw-r--r--swat/login.esp2
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/login.esp b/swat/login.esp
index fba1c544dc..f662492511 100644
--- a/swat/login.esp
+++ b/swat/login.esp
@@ -6,7 +6,7 @@ if (request['SESSION_EXPIRED'] == "True") {
write("<b>Your session has expired - please authenticate again<br>\n");
}
-var f = Form("login", 2, 1);
+var f = FormObj("login", 2, 1);
f.element[0].label = "Username";
f.element[0].value = form['Username'];
f.element[1].label = "Password";