diff --git a/lib/calcms/template.pm b/lib/calcms/template.pm index 59e4151..063558b 100644 --- a/lib/calcms/template.pm +++ b/lib/calcms/template.pm @@ -27,7 +27,7 @@ sub process($$$$) { #TODO: get config for my $key ( keys %{ $config->{locations} } ) { - $params->{$key} = $config->{locations}->{$key} if ( $key =~ /\_url$/ ); + $params->{$key} = $config->{locations}->{$key} if ( $key =~ /\_url$/ && $key !~/local/); } # add current project