]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/newnotice.php
common_start_element -> common_element_start
[quix0rs-gnu-social.git] / actions / newnotice.php
index b15232dec4a86f60605b982d329646635c3527da..9fc9103188cabb2b5605bc81b0d3185c2b6975fc 100644 (file)
@@ -54,11 +54,11 @@ class NewnoticeAction extends Action {
        }
        
        function show_form() {
-               common_start_element('form', array('id' => 'newnotice', 'method' => 'POST',
+               common_element_start('form', array('id' => 'newnotice', 'method' => 'POST',
                                                                                   'action' => common_local_url('newnotice')));
                common_element('span', 'nickname', $profile->nickname);
                common_element('textarea', array('rows' => 4, 'cols' => 80, 'id' => 'content'));
                common_element('input', array('type' => 'submit'), 'Send');
-               common_end_element('form');
+               common_element_end('form');
        }
 }
\ No newline at end of file