Referring to onesself in the third person is reserved for policitians like Bob Dole.

This commit is contained in:
Colin Kuskie 2010-06-13 19:58:33 -07:00
parent 95523e73d1
commit d661d97d30

View file

@ -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'} } ) {