From: Daniel Friesen Date: Tue, 26 Jul 2011 03:36:27 +0000 (+0000) Subject: Followup r93157, missing another one of the stray )'s. X-Git-Tag: 1.31.0-rc.0~28618 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=c366b5034436fb08bcc5e0c27f6b2ded6604a4cc;p=lhc%2Fweb%2Fwiklou.git Followup r93157, missing another one of the stray )'s. --- 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'; }