Index: trunk/phase3/includes/installer/CoreInstaller.php |
— | — | @@ -141,11 +141,6 @@ |
142 | 142 | * @var array |
143 | 143 | */ |
144 | 144 | public $licenses = array( |
145 | | - 'none' => array( |
146 | | - 'url' => '', |
147 | | - 'icon' => '', |
148 | | - 'text' => '' |
149 | | - ), |
150 | 145 | 'cc-by-sa' => array( |
151 | 146 | 'url' => 'http://creativecommons.org/licenses/by-sa/3.0/', |
152 | 147 | 'icon' => '{$wgStylePath}/common/images/cc-by-sa.png', |
— | — | @@ -166,6 +161,11 @@ |
167 | 162 | 'url' => 'http://www.gnu.org/copyleft/fdl.html', |
168 | 163 | 'icon' => '{$wgStylePath}/common/images/gnu-fdl.png', |
169 | 164 | ), |
| 165 | + 'none' => array( |
| 166 | + 'url' => '', |
| 167 | + 'icon' => '', |
| 168 | + 'text' => '' |
| 169 | + ), |
170 | 170 | 'cc-choose' => array( |
171 | 171 | // Details will be filled in by the selector. |
172 | 172 | 'url' => '', |