Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -2008,9 +2008,6 @@ |
2009 | 2009 | if ( is_null( $mode ) ) |
2010 | 2010 | $mode = $wgDirectoryMode; |
2011 | 2011 | |
2012 | | - if ( !is_writable( $dir ) ) { |
2013 | | - return false; |
2014 | | - } |
2015 | 2012 | return mkdir( $dir, $mode, true ); // PHP5 <3 |
2016 | 2013 | } |
2017 | 2014 | |