From 6431a08eb7cdb41c03ded2b99f15b949c5232d65 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 14 May 2009 20:06:04 +0000 Subject: [PATCH] oops, workflow not enabled --- docs/upgrades/upgrade_7.7.5-7.7.6.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/upgrades/upgrade_7.7.5-7.7.6.pl b/docs/upgrades/upgrade_7.7.5-7.7.6.pl index d399c61d6..a653467c6 100644 --- a/docs/upgrades/upgrade_7.7.5-7.7.6.pl +++ b/docs/upgrades/upgrade_7.7.5-7.7.6.pl @@ -62,6 +62,7 @@ sub sendWebguiStats { my $wf = WebGUI::Workflow->create($session, { type => 'None', mode => 'singleton', + enabled => 1, title => 'Send WebGUI Stats', description => 'This workflow sends some information about your site to the central WebGUI statistics repository. No personal information is sent. The information is used to help determine the future direction WebGUI should take.', }, 'send_webgui_statistics');