of course there was a typo...

This commit is contained in:
Nils Kneuper 2009-02-15 12:45:04 +00:00
parent c4a8e41ef3
commit 7c50475894

View File

@ -35,7 +35,7 @@ if(!isset($_GET['package'])){
}
if(!isset($_GET['version'])){
$version = 'trnuk';
$version = 'trunk';
}else{
$version = $_GET['version'];
}