X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fnoticeform.php;h=012619a0ba19a1b38f515c27432947deab0cac2f;hb=d1ac9a4b44297448821e9b79f05ef886ee186159;hp=f4a3ecfd865cda367531100807aa4af6271b3f07;hpb=220b51d8be61e9bd316567f3ad03fffdbc4b7526;p=quix0rs-gnu-social.git diff --git a/lib/noticeform.php b/lib/noticeform.php index f4a3ecfd86..012619a0ba 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -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); @@ -208,6 +208,7 @@ class NoticeForm extends Form sprintf(_('What\'s up, %s?'), $this->user->nickname)); // XXX: vary by defined max size $this->out->element('textarea', array('class' => 'notice_data-text', + 'required' => 'required', 'cols' => 35, 'rows' => 4, 'name' => 'status_textarea'),