Move 'no license' further down the list. We want people to freely license their work...
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 29 Sep 2010 18:48:05 +0000 (18:48 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 29 Sep 2010 18:48:05 +0000 (18:48 +0000)
includes/installer/CoreInstaller.php

index 3cc00e2..3802f95 100644 (file)
@@ -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' => '',