From 82c05d389ab0a0bb64a339d0cf3547d3c6ada3ae Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 17:23:19 -0400 Subject: fixup textarea again darcs-hash:20080520212319-84dde-27601a4e11dd6a34834f4689c316dae594d8d7e8.gz --- actions/newnotice.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actions/newnotice.php') diff --git a/actions/newnotice.php b/actions/newnotice.php index cc62901f2..faf9b21ef 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -48,7 +48,8 @@ class NewnoticeAction extends Action { assert($notice); $notice->profile_id = $user->id; # user id *is* profile id $notice->created = DB_DataObject_Cast::dateTime(); - $notice->content = trim($this->arg('content')); + # Default theme uses 'content' for something else + $notice->content = trim($this->arg('noticecontent')); $val = $notice->validate(); if ($val === TRUE) { -- cgit v1.2.3-54-g00ecf