From 8033ad119b607ee8fb64a4a1fbfb95b60865f45e Mon Sep 17 00:00:00 2001 From: Alexander van Gessel Date: Tue, 17 Jan 2012 13:01:24 +0100 Subject: [PATCH] Fix an undefined variable --- website/gettext.wesnoth.org/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/website/gettext.wesnoth.org/index.php b/website/gettext.wesnoth.org/index.php index 07ee5f94b14..b4e4f9de483 100755 --- a/website/gettext.wesnoth.org/index.php +++ b/website/gettext.wesnoth.org/index.php @@ -22,6 +22,7 @@ function cmp_alpha($a, $b){ } $official = true; +$nostats = false; $existing_packs = explode(" ", $packages); $existing_corepacks = explode(" ", $corepackages);