More wfMkdirParents() __METHOD__ additions

This commit is contained in:
Sam Reed 2011-07-25 22:09:05 +00:00
parent ce07723627
commit 5e581298d1

View file

@ -115,7 +115,7 @@ class PdfHandler extends ImageHandler {
$height, $dstPath, $page );
}
if ( !wfMkdirParents( dirname( $dstPath ) ) ) {
if ( !wfMkdirParents( dirname( $dstPath ), null, __METHOD__ ) ) {
return $this->doThumbError( $width, $height, 'thumbnail_dest_directory' );
}