From: Chad Horohoe Date: Wed, 29 Sep 2010 18:48:05 +0000 (+0000) Subject: Move 'no license' further down the list. We want people to freely license their work... X-Git-Tag: 1.31.0-rc.0~34740 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=6eda4a54e99e4ce81bf31cd8bb745a3983c9be0e;p=lhc%2Fweb%2Fwiklou.git Move 'no license' further down the list. We want people to freely license their work! Pointed out by vimpulse on IRC --- diff --git a/includes/installer/CoreInstaller.php b/includes/installer/CoreInstaller.php index 3cc00e2a0c..3802f95a58 100644 --- a/includes/installer/CoreInstaller.php +++ b/includes/installer/CoreInstaller.php @@ -141,11 +141,6 @@ abstract class CoreInstaller extends Installer { * @var array */ public $licenses = array( - 'none' => array( - 'url' => '', - 'icon' => '', - 'text' => '' - ), 'cc-by-sa' => array( 'url' => 'http://creativecommons.org/licenses/by-sa/3.0/', 'icon' => '{$wgStylePath}/common/images/cc-by-sa.png', @@ -166,6 +161,11 @@ abstract class CoreInstaller extends Installer { 'url' => 'http://www.gnu.org/copyleft/fdl.html', 'icon' => '{$wgStylePath}/common/images/gnu-fdl.png', ), + 'none' => array( + 'url' => '', + 'icon' => '', + 'text' => '' + ), 'cc-choose' => array( // Details will be filled in by the selector. 'url' => '',