projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
683f1b3
)
$::self typo
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 15 Apr 2011 08:26:19 +0000
(10:26 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 15 Apr 2011 09:50:33 +0000
(11:50 +0200)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
33b3d04
..
11d72a6
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-745,7
+745,7
@@
sub redirect_header {
my $base_uri = $self->_get_request_uri;
my $new_uri = URI->new_abs($new_url, $base_uri);
- die "Headers already sent" if $
::
self->{header};
+ die "Headers already sent" if $self->{header};
$self->{header} = 1;
my $cgi = $main::cgi || CGI->new('');