Merge branch 'master' of git://github.com/colosa/processmaker into BUG-12213

This commit is contained in:
Victor Saisa Lopez
2013-06-26 14:34:46 -04:00

View File

@@ -4804,7 +4804,7 @@ class G
} else {
//first a raw permission check
if(fileperms($file) != 33200) {
chmod ($file, 0660);
@chmod ($file, 0660);
}
}
}