typo causing data to not send
This commit is contained in:
parent
6431a08eb7
commit
716bc78db9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue