Fix an undefined variable

This commit is contained in:
Alexander van Gessel 2012-01-17 13:01:24 +01:00
parent 6c3d55438b
commit 8033ad119b

View file

@ -22,6 +22,7 @@ function cmp_alpha($a, $b){
}
$official = true;
$nostats = false;
$existing_packs = explode(" ", $packages);
$existing_corepacks = explode(" ", $corepackages);