summaryrefslogtreecommitdiff
path: root/actions/newnotice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-10 14:52:38 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-10 14:52:38 -0400
commitdd0b341b643d68d92c4b23fc8188e16110c3c1ab (patch)
treeb77efc0355cb3089364cab72a93819d2c4279d37 /actions/newnotice.php
parent4602fd8c079980ee1f30b280d782cbda28746ea5 (diff)
first steps towards new skin
darcs-hash:20080610185238-84dde-c073065f5f802be39b97a23105613fac1eeb0bea.gz
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r--actions/newnotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php
index b2c513733..b65edf4c3 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!'));