From e20309315f1be64f93ceda2e02918bc6358eaca9 Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@controlyourself.ca>
Date: Thu, 15 Jan 2009 23:17:04 +0000
Subject: [PATCH] Correct error var in login

---
 actions/login.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/actions/login.php b/actions/login.php
index cd337bd395..1044142a3c 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;
-- 
2.39.5