]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
correct call to time() in Ostatus_profile::notify()
authorEvan Prodromou <evan@status.net>
Sun, 21 Feb 2010 18:31:58 +0000 (13:31 -0500)
committerEvan Prodromou <evan@status.net>
Sun, 21 Feb 2010 18:31:58 +0000 (13:31 -0500)
plugins/OStatus/classes/Ostatus_profile.php

index 793d4511256ed2cb862b96ee56e81f6e2d1b76c0..aab316c3475e1c3f0ac3503b37f451e717706dae 100644 (file)
@@ -327,7 +327,7 @@ class Ostatus_profile extends Memcached_DataObject
             $id = TagURI::mint('%s:%s:%s',
                                $verb,
                                $actor->getURI(),
-                               common_date_iso8601(date()));
+                               common_date_iso8601(time()));
 
             // @fixme consolidate all these NS settings somewhere
             $attributes = array('xmlns' => Activity::ATOM,