Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lexdene committed May 31, 2012
1 parent e945cc3 commit 8b89799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/fs/File.php
Expand Up @@ -175,7 +175,7 @@ public function create($nMode=Folder::CREATE_DEFAULT)
if( $this->perms()!=$nMask and $this->canWrite() )
{
$nOldMark = umask(0) ;
chmod( $sLocalPath, $nMask ) ;
@chmod( $sLocalPath, $nMask ) ;
umask($nOldMark) ;
}

Expand Down

0 comments on commit 8b89799

Please sign in to comment.