summaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-15 23:19:15 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-15 23:19:15 +0000
commit041c3ae151ee010f886d7761ff404479e19002bd (patch)
tree77d8bb425b4c68e2d1519194f48fb95cdd9f2778 /actions/login.php
parent33ee34dc2617fd70cab85212aecb24e01c1e367e (diff)
parente20309315f1be64f93ceda2e02918bc6358eaca9 (diff)
Merge branch 'uiredesign' of ../evan into uiredesign
Diffstat (limited to 'actions/login.php')
-rw-r--r--actions/login.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/login.php b/actions/login.php
index 7ae1ed41d..23ab16676 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;