From ee3ce05536a3a3da423ca036e004e23f9ec65434 Mon Sep 17 00:00:00 2001 From: Julien Pauli Date: Thu, 8 Nov 2012 09:49:27 +0100 Subject: [PATCH] Fix clearstatcache() API --- DoctrineBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DoctrineBundle.php b/DoctrineBundle.php index c2c81e618..b23207d8b 100644 --- a/DoctrineBundle.php +++ b/DoctrineBundle.php @@ -90,7 +90,7 @@ public function boot() } } - clearstatcache($file); + clearstatcache(true, $file); } if (file_exists($file)) {