From: Aaron Schulz Date: Fri, 2 Mar 2012 00:47:30 +0000 (+0000) Subject: Added missing space :) X-Git-Tag: 1.31.0-rc.0~24432 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=76895216749238fff7e8dc979b71c3c44e20d0de;p=lhc%2Fweb%2Fwiklou.git Added missing space :) --- diff --git a/includes/filerepo/backend/FileOp.php b/includes/filerepo/backend/FileOp.php index 89a8796cb0..53dc8e41d5 100644 --- a/includes/filerepo/backend/FileOp.php +++ b/includes/filerepo/backend/FileOp.php @@ -346,7 +346,7 @@ abstract class FileOp { $params['failedAction'] = $action; try { wfDebugLog( 'FileOperation', - get_class( $this ) . ' failed:' . FormatJson::encode( $params ) ); + get_class( $this ) . ' failed: ' . FormatJson::encode( $params ) ); } catch ( Exception $e ) { // bad config? debug log error? }