fix default selection "for real"
This commit is contained in:
parent
3cb506e173
commit
4ab9fd8e95
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ sort($existing_extra_packs_b);
|
|||
$stats = array();
|
||||
|
||||
if(!isset($_GET['version'])){
|
||||
$version = '1.8';
|
||||
$version = 'trunk';
|
||||
}else{
|
||||
$version = $_GET['version'];
|
||||
}
|
||||
|
|
|
@ -38,7 +38,7 @@ if(!isset($_GET['version'])){
|
|||
// set the default starting point when calling gettext.wesnoth.org:
|
||||
// 'branch': show stats from the current stable branch
|
||||
// 'trunk': show stats from trunk
|
||||
$version = 'trunk';
|
||||
$version = 'branch';
|
||||
}else{
|
||||
$version = $_GET['version'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue