fix initial magnet.timeUpdated

This commit is contained in:
ghost 2023-08-27 15:54:39 +03:00
parent 670d930573
commit 61bf4b9c86
3 changed files with 4 additions and 4 deletions

View file

@ -542,8 +542,8 @@ class Database {
$query = $this->_db->prepare('INSERT INTO `magnet` SET `userId` = ?,
`xt` = ?,
`xl` = ?,
`dn` = ?,
`xl` = ?,
`dn` = ?,
`linkSource` = ?,
`public` = ?,
`comments` = ?,