From: Sam Reed Date: Sat, 11 Jun 2011 07:33:35 +0000 (+0000) Subject: Followup r88873, remove setting of $wgEnableCreativeCommonsRdf in LocalSettingsGenerator X-Git-Tag: 1.31.0-rc.0~29578 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=1d7cf0ff336e1d97f57e6c339a14271f86e882bc;p=lhc%2Fweb%2Fwiklou.git Followup r88873, remove setting of $wgEnableCreativeCommonsRdf in LocalSettingsGenerator --- diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 7ea43cda14..a08a6970e8 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -322,7 +322,6 @@ if ( !defined( 'MEDIAWIKI' ) ) { ## For attaching licensing metadata to pages, and displaying an ## appropriate copyright notice / icon. GNU Free Documentation ## License and Creative Commons licenses are supported so far. -{$rightsUrl}\$wgEnableCreativeCommonsRdf = true; \$wgRightsPage = \"\"; # Set to the title of a wiki page that describes your license/copyright \$wgRightsUrl = \"{$this->values['wgRightsUrl']}\"; \$wgRightsText = \"{$this->values['wgRightsText']}\";