Removed the redundant wfMkdirParents() call added to BitmapHandler::doTransform(...
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 22 Sep 2011 03:37:39 +0000 (03:37 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 22 Sep 2011 03:37:39 +0000 (03:37 +0000)
commitb9fcd0c14a2ae49dc4be8180239c5e0257cff7eb
treea01119068b552a5d4e92654a794169b362a47ea5
parentb93198d111ebec492ea65488a0e4364352f39c1c
Removed the redundant wfMkdirParents() call added to BitmapHandler::doTransform() in r79845. This causes problems on Wikimedia due to incorrect NFS access. If a sysadmin misconfigures their thumbnail destination directory, they should get a helpful error message, it shouldn't transparently fall back to client-side scaling and cache the resulting HTML forever.
includes/media/Bitmap.php