Skip to content

Commit

Permalink
Fix clearstatcache() API
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Pauli committed Nov 8, 2012
1 parent a3b99ec commit ee3ce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DoctrineBundle.php
Expand Up @@ -90,7 +90,7 @@ public function boot()
}
}

clearstatcache($file);
clearstatcache(true, $file);
}

if (file_exists($file)) {
Expand Down

0 comments on commit ee3ce05

Please sign in to comment.