X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FLocalSettingsGenerator.php;h=89154e58cab77df9c34666c85ff406cba06d7636;hb=4143a62299f0517d36cc452ef5585b3c36d3098f;hp=116047410c5c8765177f03bfed643dde3b752682;hpb=9051d342911bb65611024eab3e6780d69d821c1c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 116047410c..89154e58ca 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -129,7 +129,7 @@ class LocalSettingsGenerator { foreach( $this->extensions as $extName ) { $encExtName = self::escapePhpString( $extName ); - $localSettings .= "require_once( \"extensions/$encExtName/$encExtName.php\" );\n"; + $localSettings .= "require_once( \"\$IP/extensions/$encExtName/$encExtName.php\" );\n"; } } @@ -187,7 +187,7 @@ class LocalSettingsGenerator { $locale = ''; } - $rightsUrl = $this->values['wgRightsUrl'] ? '' : '#'; + //$rightsUrl = $this->values['wgRightsUrl'] ? '' : '#'; // TODO: Fixme, I'm unused! $hashedUploads = $this->safeMode ? '' : '#'; $metaNamespace = ''; if( $this->values['wgMetaNamespace'] !== $this->values['wgSitename'] ) {