From c74572bac1c2fec6235f0f96141b979ec6aa3854 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Wed, 11 Aug 2010 15:11:48 -0400 Subject: [PATCH] Fix typo in '_doAfterTimeLimit_options' call from property definition. --- lib/WebGUI/Asset/Wobject/Survey.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Survey.pm b/lib/WebGUI/Asset/Wobject/Survey.pm index 906971a52..31ec44f1b 100644 --- a/lib/WebGUI/Asset/Wobject/Survey.pm +++ b/lib/WebGUI/Asset/Wobject/Survey.pm @@ -48,7 +48,7 @@ property doAfterTimeLimit => ( tab => 'properties', hoverHelp => ['do after timelimit hoverHelp', 'Asset_Survey'], label => ['do after timelimit label', 'Asset_Survey'], - options => \&doAfterTimeLimit_options, + options => \&_doAfterTimeLimit_options, ); sub _doAfterTimeLimit_options { my $session = shift->session;