diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 23:19:15 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 23:19:15 +0000 |
commit | 041c3ae151ee010f886d7761ff404479e19002bd (patch) | |
tree | 77d8bb425b4c68e2d1519194f48fb95cdd9f2778 | |
parent | 33ee34dc2617fd70cab85212aecb24e01c1e367e (diff) | |
parent | e20309315f1be64f93ceda2e02918bc6358eaca9 (diff) |
Merge branch 'uiredesign' of ../evan into uiredesign
-rw-r--r-- | actions/login.php | 3 |
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; |