]> 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 9fcf740ebfb78ee29429e22d4a581d1121edd316..11cf1f02a6e77b9bea67664acde0977205e34a6d 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Laconica, the distributed open-source microblogging tool
  *
- * List of replies
+ * Login form
  *
  * PHP version 5
  *
@@ -32,7 +32,7 @@ if (!defined('LACONICA')) {
 }
 
 /**
- * List of replies
+ * Login form
  *
  * @category Personal
  * @package  Laconica
@@ -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');