Merge "filerepo: Partly revert timestamp database incompatibility fix"
This commit is contained in:
commit
dd443e9bde
1 changed files with 1 additions and 1 deletions
|
|
@ -1938,7 +1938,7 @@ class LocalFile extends File {
|
|||
$logEntry->setParameters(
|
||||
[
|
||||
'img_sha1' => $this->sha1,
|
||||
'img_timestamp' => $dbw->timestamp( $timestamp ),
|
||||
'img_timestamp' => $timestamp,
|
||||
]
|
||||
);
|
||||
// Note we keep $logId around since during new image
|
||||
|
|
|
|||
Loading…
Reference in a new issue