typo causing data to not send

This commit is contained in:
JT Smith 2009-05-14 20:28:43 +00:00
parent 6431a08eb7
commit 716bc78db9

View file

@ -79,7 +79,7 @@ sub execute {
my $db = $self->session->db;
my $stats = {
webguiVersion => $WebGUI::VERSION,
perlVersion => sprintf "%vd", $^V,
perlVersion => sprintf("%vd", $^V),
apacheVersion => Apache2::ServerUtil::get_server_version(),
osType => $^O,
siteId => Digest::MD5::md5_base64($self->session->config->get("sitename")->[0]), # only here to identify the site if the user submits their info a second time