From b18915bb95c8b1fd9cf8ecef73f45cd47f71fc09 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 15 Mar 2018 22:30:48 -0400 Subject: add Bugzilla->urlbase method that returns a URI object --- Bugzilla/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Template.pm') diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 0d2a4cd86..31c68bbed 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -925,7 +925,7 @@ sub create { 'sudoer' => sub { return Bugzilla->sudoer; }, # Allow templates to access the "corect" URLBase value - 'urlbase' => sub { return Bugzilla->localconfig->{urlbase}; }, + 'urlbase' => sub { Bugzilla->urlbase }, # Allow templates to access docs url with users' preferred language 'docs_urlbase' => sub { -- cgit v1.2.3-24-g4f1b