X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=blobdiff_plain;f=includes%2FSetup.php;h=d8c9180685546c260fa69817998322abf0ba62c8;hb=beb1c4a0eced04ce2098433c383f1fbe469569c9;hp=196f0ad31c2998301822cddb6db3dd9d72a4ea3f;hpb=42333412833ab7f7515e193b83a909921c34887d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index 196f0ad31c..d8c9180685 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -398,7 +398,7 @@ if ( $wgDebugToolbar && !$wgCommandLineMode ) { } if ( !class_exists( 'AutoLoader' ) ) { - require_once( "$IP/includes/AutoLoader.php" ); + require_once "$IP/includes/AutoLoader.php"; } wfProfileIn( $fname . '-exception' ); @@ -406,10 +406,10 @@ MWExceptionHandler::installHandler(); wfProfileOut( $fname . '-exception' ); wfProfileIn( $fname . '-includes' ); -require_once( "$IP/includes/normal/UtfNormalUtil.php" ); -require_once( "$IP/includes/GlobalFunctions.php" ); -require_once( "$IP/includes/ProxyTools.php" ); -require_once( "$IP/includes/normal/UtfNormalDefines.php" ); +require_once "$IP/includes/normal/UtfNormalUtil.php"; +require_once "$IP/includes/GlobalFunctions.php"; +require_once "$IP/includes/ProxyTools.php"; +require_once "$IP/includes/normal/UtfNormalDefines.php"; wfProfileOut( $fname . '-includes' ); if ( $wgSecureLogin && substr( $wgServer, 0, 2 ) !== '//' ) {