summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Example/Extension.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/Example/Extension.pm b/extensions/Example/Extension.pm
index 7e77b03f7..e3e9b55f6 100644
--- a/extensions/Example/Extension.pm
+++ b/extensions/Example/Extension.pm
@@ -338,9 +338,9 @@ sub bugmail_relationships {
sub cgi_headers {
my ($self, $args) = @_;
- my $headers = $args->{'headers'};
-
- $headers->{'-x_test_header'} = "Test header from Example extension";
+ my $headers = $args->{'headers'};
+
+ $headers->{'-x_test_header'} = "Test header from Example extension";
}
sub config_add_panels {