mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PdfHandler
synced 2024-11-24 00:07:10 +00:00
More wfMkdirParents() __METHOD__ additions
This commit is contained in:
parent
ce07723627
commit
5e581298d1
|
@ -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' );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue