Signed-off-by: Francois Gouget fgouget@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);