From 1cd42f728a071779b2b2f129b40543edd90ea9a0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 3 Mar 2008 01:56:46 +0000 Subject: [PATCH] Fix: Clear cache file after upgrade/install --- htdocs/install/etape5.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/install/etape5.php b/htdocs/install/etape5.php index b10793b6408..4e38e84aa3f 100644 --- a/htdocs/install/etape5.php +++ b/htdocs/install/etape5.php @@ -195,9 +195,11 @@ print $langs->trans("GoToSetupArea"); print ''; +// Clear cache files +clearstatcache(); + + dolibarr_install_syslog("Dolibarr install/setup finished", LOG_INFO); - pFooter(1,$setuplang); - ?>