Replace mkdir() in favor of wfMkdirParents():
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 21 Nov 2008 11:34:09 +0000 (11:34 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 21 Nov 2008 11:34:09 +0000 (11:34 +0000)
commit2033b1fce5d895dca21d80326272faae236fc04c
tree89917b123900cd1382d1a1a95d1b18eedeaac594
parentc155fd4e4afe64a3c21850327ec749c0b5778850
Replace mkdir() in favor of wfMkdirParents():
* It handles directory modes for us (rather than hardcode 0777)
* It handles recursion for us
maintenance/cleanupImages.php