Kaynağa Gözat

[HttpKernel] fixed typo

Fabien Potencier 14 yıl önce
ebeveyn
işleme
bfd57c5cf0

+ 1 - 1
src/Symfony/Component/HttpKernel/Util/Filesystem.php

@@ -115,7 +115,7 @@ class Filesystem
         $currentUmask = umask();
         umask($umask);
 
-        foreach ($this->toIterator(files) as $file) {
+        foreach ($this->toIterator($files) as $file) {
             chmod($file, $mode);
         }