From ca0f12697bc4ad7d0a40cd63b11ca0d3bb99953b Mon Sep 17 00:00:00 2001 From: Aleks-Daniel Jakimenko Date: Mon, 7 Sep 2015 03:47:23 +0300 Subject: [PATCH] askpage.pl: forgot to add some variables to our (...) --- modules/askpage.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/askpage.pl b/modules/askpage.pl index 0fc888e2..e1e2a3a5 100644 --- a/modules/askpage.pl +++ b/modules/askpage.pl @@ -20,7 +20,7 @@ AddModuleDescription('askpage.pl', 'Ask Page Extension'); use Fcntl qw(:DEFAULT :flock); -our ($DataDir); +our ($DataDir, %Translate, @MyFooters); our ($AskPage, $QuestionPage, $NewQuestion); # Don't forget to set your $CommentsPattern to include both $AskPage and $QuestionPage $AskPage = 'Ask';