From 1d7cf0ff336e1d97f57e6c339a14271f86e882bc Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 11 Jun 2011 07:33:35 +0000 Subject: [PATCH] Followup r88873, remove setting of $wgEnableCreativeCommonsRdf in LocalSettingsGenerator --- includes/installer/LocalSettingsGenerator.php | 1 - 1 file changed, 1 deletion(-) 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']}\"; -- 2.20.1