forked from GNUsocial/gnu-social
save the source
darcs-hash:20080730025052-84dde-9669e6a7df50bf5762bd3e175ed1471bff9d446c.gz
This commit is contained in:
parent
d79dc8344b
commit
c21ed78fa7
@ -82,10 +82,11 @@ class Notice extends DB_DataObject
|
|||||||
$notice->profile_id = $profile_id;
|
$notice->profile_id = $profile_id;
|
||||||
$notice->is_local = $is_local;
|
$notice->is_local = $is_local;
|
||||||
$notice->created = DB_DataObject_Cast::dateTime();
|
$notice->created = DB_DataObject_Cast::dateTime();
|
||||||
# Default theme uses 'content' for something else
|
|
||||||
$notice->content = $content;
|
$notice->content = $content;
|
||||||
|
|
||||||
$notice->rendered = common_render_content($notice->content, $notice);
|
$notice->rendered = common_render_content($notice->content, $notice);
|
||||||
|
if ($source) {
|
||||||
|
$notice->source = $source;
|
||||||
|
}
|
||||||
|
|
||||||
$id = $notice->insert();
|
$id = $notice->insert();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user