Correct error var in login

This commit is contained in:
Evan Prodromou 2009-01-15 23:17:04 +00:00
parent a22714b5ee
commit e20309315f
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
class LoginAction extends Action
{
var $error = null;
function isReadOnly()
{
return true;