From d661d97d3016d066bae4010d3c4068e0c9a5e9a9 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 13 Jun 2010 19:58:33 -0700 Subject: [PATCH] Referring to onesself in the third person is reserved for policitians like Bob Dole. --- lib/WebGUI/Session/Url.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Session/Url.pm b/lib/WebGUI/Session/Url.pm index 1b5fc6902..0bbba8750 100644 --- a/lib/WebGUI/Session/Url.pm +++ b/lib/WebGUI/Session/Url.pm @@ -131,7 +131,7 @@ consecutive slashes in the path part of the URL will be replaced with a single s sub extras { my $self = shift; my $path = shift; - my $url = $self->session->url->make_urlmap_work($self->session->config->get("extrasURL")); + my $url = $self->make_urlmap_work($self->session->config->get("extrasURL")); my $cdnCfg = $self->session->config->get('cdn'); if ( $cdnCfg and $cdnCfg->{'enabled'} and $cdnCfg->{'extrasCdn'} ) { unless ( $path and grep $path =~ m/$_/, @{ $cdnCfg->{'extrasExclude'} } ) {