]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
fix created, messages
[quix0rs-gnu-social.git] / actions / showstream.php
index 5c49832229facb47907c0f9917fb1920a74a8475..45e155feab9d9a46c3b0fed33479b1a60de031b7 100644 (file)
@@ -81,7 +81,9 @@ class ShowstreamAction extends StreamAction {
        function notice_form() {
                common_element_start('form', array('id' => 'newnotice', 'method' => 'POST',
                                                                                   'action' => common_local_url('newnotice')));
-               common_element('textarea', array('rows' => 4, 'cols' => 80, 'id' => 'content'));
+               common_element('textarea', array('rows' => 4, 'cols' => 80,
+                                                                                'name' => 'content', 
+                                                                                'id' => 'content'));
                common_element('input', array('type' => 'submit', 'value' => 'Send'));
                common_element_end('form');
        }