* Revert wfMkdirParents back to old method not using recursive mkdir
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 3 Jun 2008 20:28:28 +0000 (20:28 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 3 Jun 2008 20:28:28 +0000 (20:28 +0000)
commit30831d808b335c40b37fa75a6239f096f2d5d605
treed537a782ce02d7f2732da073ec9c39edc2f28834
parent17fb1c007f26b0018df18da63249c0d634bd8b9e
* Revert wfMkdirParents back to old method not using recursive mkdir
 * mkdir is affected by umask
 * modifying umask is not thread safe
 * work around is to use chmod... which the old code already did
includes/GlobalFunctions.php