From e20309315f1be64f93ceda2e02918bc6358eaca9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 15 Jan 2009 23:17:04 +0000 Subject: Correct error var in login --- actions/login.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actions/login.php') diff --git a/actions/login.php b/actions/login.php index cd337bd39..1044142a3 100644 --- a/actions/login.php +++ b/actions/login.php @@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); } class LoginAction extends Action { - + var $error = null; + function isReadOnly() { return true; -- cgit v1.2.3-54-g00ecf