]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticeform.php
FormAction updates, also fixing NoticeForm CSS
[quix0rs-gnu-social.git] / lib / noticeform.php
index e6385e495ec75a4d12319a810761c98acb684ace..012619a0ba19a1b38f515c27432947deab0cac2f 100644 (file)
@@ -107,7 +107,7 @@ class NoticeForm extends Form
         // Do we have to worry about sub-second race conditions?
         // XXX: Needs to be above the parent::__construct() call...?
 
-        $this->id_suffix = time();
+        $this->id_suffix = rand();
 
         parent::__construct($action);