[PATCH] testbot/web: Import WineTestBot::Utils for the statistics page.
27 Mar
2018
27 Mar
'18
1:42 a.m.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- The statistics page got broken by the DurationToString() patch (ee3483d4b8b0). This fixes it. testbot/web/Stats.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/testbot/web/Stats.pl b/testbot/web/Stats.pl index 146740789..90f546397 100644 --- a/testbot/web/Stats.pl +++ b/testbot/web/Stats.pl @@ -26,6 +26,7 @@ use ObjectModel::Collection; use WineTestBot::Config; use WineTestBot::Activity; use WineTestBot::Log; +use WineTestBot::Utils; use WineTestBot::VMs; @StatsPage::ISA = qw(ObjectModel::CGI::Page); -- 2.16.2
2827
Age (days ago)
2827
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget