change DataObject_Cast to use sql_now

darcs-hash:20080825183005-84dde-c1d24a057d9545cc6d1f0dc21c5af4ea7316d8e9.gz
This commit is contained in:
Evan Prodromou 2008-08-25 14:30:05 -04:00
parent cba4b50e44
commit 21e4fb864f
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class Notice extends DB_DataObject
$notice->profile_id = $profile_id;
$notice->is_local = $is_local;
$notice->reply_to = $reply_to;
$notice->created = DB_DataObject_Cast::dateTime();
$notice->created = common_sql_now();
$notice->content = $content;
$notice->rendered = common_render_content($notice->content, $notice);
if ($source) {