diff --git a/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php b/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php index ba7f0c2c74acbe8fcfc35daff2beb35d6bb28aab..800c6fadd2ed8cb10d271b1b0729969c16818e46 100644 --- a/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php +++ b/module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php @@ -695,7 +695,7 @@ class UtilController extends AbstractBase $sleepTime = $request->getParam('sleep', 100); // Abort if we have an invalid expiration age. - if ($daysOld < 2) { + if ($daysOld < $minAge) { Console::writeLine( str_replace( '%%age%%', $minAge,