Closed ChoboHub closed 7 years ago
The method _cleanDir($dir, $group = false, $mode = 'ingroup'){ ... } never get called.
It starts with $_automaticCleaningFactor = 0
Then when you go in the method save(..) {...}
And nowhere in the extension folders, $_automaticCleaningFactor isn't increment to 1 or modify.
The method simply skip the $this->clean(false, 'old'); and never call it, since $_automaticCleaningFactor = 0.
Here some screenshots of the save, clean and _cleanDir methods.
The files does not get purged, but the period is respected.
The method _cleanDir($dir, $group = false, $mode = 'ingroup'){ ... } never get called.
It starts with $_automaticCleaningFactor = 0
Then when you go in the method save(..) {...}
And nowhere in the extension folders, $_automaticCleaningFactor isn't increment to 1 or modify.
The method simply skip the $this->clean(false, 'old'); and never call it, since $_automaticCleaningFactor = 0.
Here some screenshots of the save, clean and _cleanDir methods.