X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fnewnotice.php;h=b65edf4c30596470d94bd1a47bbe9bdc5b01ad56;hb=4aedce6864eb27a0c37b3dcae22fee0aa16ae537;hp=b2c513733d4dd2876e5babd772734b6b11372966;hpb=a39bb63ebdf1e1025abb5c506db2c0dd82a55773;p=quix0rs-gnu-social.git diff --git a/actions/newnotice.php b/actions/newnotice.php index b2c513733d..b65edf4c30 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -43,7 +43,7 @@ class NewnoticeAction extends Action { $notice->profile_id = $user->id; # user id *is* profile id $notice->created = DB_DataObject_Cast::dateTime(); # Default theme uses 'content' for something else - $notice->content = $this->trimmed('noticecontent'); + $notice->content = $this->trimmed('status_textarea'); if (!$notice->content) { $this->show_form(_t('No content!'));