- partially reviewed #1361;

This commit is contained in:
Mykyta Synelnikov
2023-11-29 19:51:05 +02:00
parent ea29de63cc
commit ceeef9500d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
* Fields constructor.
*/
public function __construct() {
$this->timestamp = current_time( 'timestamp' );
$this->timestamp = time();
}
/**