]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/newnotice.php
correct values for hidden fields
[quix0rs-gnu-social.git] / actions / newnotice.php
index 107665fb79d90719c40ec9782b2e658f4670c8a9..a98829cd87f32d6005045289ee1bc6c4877c915a 100644 (file)
@@ -54,7 +54,7 @@ class NewnoticeAction extends Action {
                }
 
                $notice->rendered = common_render_content($notice->content, $notice);
-               
+
                $id = $notice->insert();
 
                if (!$id) {