Skip to content

Commit

Permalink
Referring to onesself in the third person is reserved for policitians…
Browse files Browse the repository at this point in the history
… like Bob Dole.
  • Loading branch information
perlDreamer committed Jun 14, 2010
1 parent 95523e7 commit d661d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebGUI/Session/Url.pm
Expand Up @@ -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'} } ) {
Expand Down

0 comments on commit d661d97

Please sign in to comment.