Skip to content
Snippets Groups Projects
Commit 405ffb97 authored by Adrian Cid Almaguer's avatar Adrian Cid Almaguer
Browse files

Issue #3529348 by weseze, adriancid: Revision translation issue with "Delete...

Issue #3529348 by weseze, adriancid: Revision translation issue with "Delete revisions after a specific amount of time."
parent c21abf02
No related branches found
No related tags found
No related merge requests found
Pipeline #518664 passed with warnings
......@@ -30,7 +30,7 @@ class Created extends NodeRevisionDeleteBase {
$age = strtotime('-' . $this->configuration['age'] . 'months');
// The timestamp of the created revision is stored in the changed field.
$creation_time = $revision->getChangedTime();
$creation_time = $revision->getChangedTimeAcrossTranslations();
// Explicitely keep revisions for the configured minimum age. We only have
// an opinion on revisions created before the active revision.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment