From 1e1f1b3dc430ae1b0194dfc9fabf731a4dd1b691 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Thu, 5 Jul 2007 18:34:31 +0000 Subject: [PATCH] Coding conventions - spacing --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index bd305757b6..7248a027e6 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1667,7 +1667,7 @@ function wfMkdirParents( $fullDir, $mode = 0777 ) { return true; if( file_exists( $fullDir ) ) return true; - return mkdir( str_replace('/',DIRECTORY_SEPARATOR,$fullDir) , $mode, true ); + return mkdir( str_replace( '/', DIRECTORY_SEPARATOR, $fullDir ), $mode, true ); } /** -- 2.20.1