FormAction updates, also fixing NoticeForm CSS

This commit is contained in:
Mikael Nordfeldth
2014-07-03 14:00:40 +02:00
parent 1f97376813
commit 2e77cbfa86
6 changed files with 51 additions and 93 deletions

View 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);