Use wfMkdirParents() because it's cooler (and mkdir() would've failed on parent direc...
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 10 Aug 2008 16:19:09 +0000 (16:19 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 10 Aug 2008 16:19:09 +0000 (16:19 +0000)
commitb7fd7de5bae68f315b391adfadf0890082e3844b
tree47a542308401c40035f4a94244af80eaef6c6a90
parent025b036f99f7317269756bdf7bbcd99f84bacdc0
Use wfMkdirParents() because it's cooler (and mkdir() would've failed on parent directory creation without the 'recursive' flag). Also removed an icky hardcoded directory mode. Sadly, this does not fix bug 15108 :p
RELEASE-NOTES
includes/DefaultSettings.php
includes/db/DatabaseSqlite.php