From c366b5034436fb08bcc5e0c27f6b2ded6604a4cc Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Tue, 26 Jul 2011 03:36:27 +0000 Subject: [PATCH] Followup r93157, missing another one of the stray )'s. --- includes/media/Bitmap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/media/Bitmap.php b/includes/media/Bitmap.php index 9380095bb3..17593788b0 100644 --- a/includes/media/Bitmap.php +++ b/includes/media/Bitmap.php @@ -234,7 +234,7 @@ class BitmapHandler extends ImageHandler { } if ( $scaler != 'client' && $dstPath ) { - if ( !wfMkdirParents( dirname( $dstPath, null, __METHOD__ ) ) ) { + if ( !wfMkdirParents( dirname( $dstPath ), null, __METHOD__ ) ) { # Unable to create a path for the thumbnail return 'client'; } -- 2.20.1