summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-02-15 00:21:24 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-02-15 00:21:24 +0100
commit8445288a1ee4e1eaa4f2e45498ec2171187105ab (patch)
tree3cb5c3df0dd038942d187dd386bab62228d62632 /Bugzilla/BugUrl.pm
parentadceb1cda6441d2969ed5a3d6d45add6f33c6df7 (diff)
downloadbugzilla-8445288a1ee4e1eaa4f2e45498ec2171187105ab.tar.gz
bugzilla-8445288a1ee4e1eaa4f2e45498ec2171187105ab.tar.xz
Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLs
r=dkl a=justdave
Diffstat (limited to 'Bugzilla/BugUrl.pm')
-rw-r--r--Bugzilla/BugUrl.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/BugUrl.pm b/Bugzilla/BugUrl.pm
index df72d9cf7..39b985d29 100644
--- a/Bugzilla/BugUrl.pm
+++ b/Bugzilla/BugUrl.pm
@@ -17,6 +17,7 @@ use Bugzilla::Error;
use Bugzilla::Constants;
use Bugzilla::Hook;
+use URI;
use URI::QueryParam;
###############################