Referring to onesself in the third person is reserved for policitians like Bob Dole.
This commit is contained in:
parent
95523e73d1
commit
d661d97d30
1 changed files with 1 additions and 1 deletions
|
|
@ -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'} } ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue