Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#6435-filesystem-cache-ad…
Browse files Browse the repository at this point in the history
…apter-braces-fix' into develop
  • Loading branch information
Ocramius committed Nov 22, 2014
2 parents 0dda0ef + 356ea6b commit 7224f51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,6 @@ protected function prepareDirectoryStructure($file)
}

if (!$res) {

// Issue 6435:
// mkdir could fail because of a race condition it was already created by another process
// after the first file_exists above ... go to the next path part.
Expand Down

0 comments on commit 7224f51

Please sign in to comment.