]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/login.php
More space for the counter
[quix0rs-gnu-social.git] / actions / login.php
index 2a94110b2f0258ffa41fa6239d93034004d50486..11cf1f02a6e77b9bea67664acde0977205e34a6d 100644 (file)
@@ -52,12 +52,12 @@ class LoginAction extends Action
     /**
      * Is this a read-only action?
      *
-     * @return boolean true
+     * @return boolean false
      */
 
     function isReadOnly()
     {
-        return true;
+        return false;
     }
 
     /**
@@ -223,7 +223,7 @@ class LoginAction extends Action
                                            'action' => common_local_url('login')));
         $this->elementStart('fieldset');
         $this->element('legend', null, _('Login to site'));
-        $this->elementStart('ul', 'form_datas');
+        $this->elementStart('ul', 'form_data');
         $this->elementStart('li');
         $this->input('nickname', _('Nickname'));
         $this->elementEnd('li');