]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change DataObject_Cast to use sql_now
authorEvan Prodromou <evan@prodromou.name>
Mon, 25 Aug 2008 18:30:05 +0000 (14:30 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 25 Aug 2008 18:30:05 +0000 (14:30 -0400)
darcs-hash:20080825183005-84dde-c1d24a057d9545cc6d1f0dc21c5af4ea7316d8e9.gz

classes/Notice.php

index 6aa8e375b0c412fa2d5e5037ab47153b695c85d9..57adb7ef824d8eb269c53992be61742a7ba6d985 100644 (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) {