Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(Setup) clear statcache after deleting route.cache file
Browse files Browse the repository at this point in the history
Change-Id: I2c6e73d879a621c05aa21899495001981af00bea
Reviewed-on: http://gerrit.tine20.com/customers/18729
Tested-by: Jenkins CI (http://ci.tine20.com/) <tine20-jenkins@metaways.de>
Reviewed-by: Paul Mehrer <p.mehrer@metaways.de>
  • Loading branch information
paulmhh committed Dec 16, 2020
1 parent 596c10c commit 318ed04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/Setup/Controller.php
Expand Up @@ -2813,6 +2813,7 @@ public function clearCache()
unlink($directoryIterator->getPathname());
}
}
clearstatcache();

// deactivate cache again
Tinebase_Core::setupCache(FALSE);
Expand Down

0 comments on commit 318ed04

Please sign in to comment.