]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
rationalize with mgs version
authorEvan Prodromou <evan@prodromou.name>
Tue, 1 Jul 2008 18:27:58 +0000 (14:27 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 1 Jul 2008 18:27:58 +0000 (14:27 -0400)
darcs-hash:20080701182758-84dde-0c80052ea50e6c1c6e8e173c98beb56bc516b2cf.gz

lib/util.php

index 63fcb5ad851736e41b1c5fd154a9b4336d1cab67..8e197fda5bbcccdd43ad74d1cea2451e4f3b2e87 100644 (file)
@@ -838,7 +838,7 @@ function common_notice_form($action=NULL, $content=NULL) {
         common_element('span', array('id' => 'counter', 'class' => 'counter'), '140');
        common_element('textarea', array('id' => 'status_textarea',
                                                                         'name' => 'status_textarea'),
-                                  ' ');
+                                  ($content) ? $content : ' ');
        if ($action) {
                common_hidden('returnto', $action);
        }