From 5479fdb0844b77cbc313a1ab4135d769b034d981 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 22 Jun 2009 22:55:05 +0000 Subject: fix advanced customer report failure, RT#5515 --- FS/FS/Mason.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 90c865775..2a22bfdc5 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -57,7 +57,7 @@ Initializes the Mason environment, loads all Freeside and RT libraries, etc. use DateTime::Format::Strptime; use Lingua::EN::Inflect qw(PL); use Tie::IxHash; - use URI::URL; + use URI; use URI::Escape; use HTML::Entities; use HTML::TreeBuilder; -- cgit v1.2.1