]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/newnotice.php
debugging for addopenid problem
[quix0rs-gnu-social.git] / actions / newnotice.php
index b2c513733d4dd2876e5babd772734b6b11372966..b65edf4c30596470d94bd1a47bbe9bdc5b01ad56 100644 (file)
@@ -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!'));