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:
19384d7
)
Always test your code, Moritz...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 18 Apr 2011 09:17:17 +0000
(11:17 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 18 Apr 2011 09:17:17 +0000
(11:17 +0200)
SL/Template/Plugin/T8.pm
patch
|
blob
|
history
diff --git
a/SL/Template/Plugin/T8.pm
b/SL/Template/Plugin/T8.pm
index
6ab91db
..
aff4401
100644
(file)
--- a/
SL/Template/Plugin/T8.pm
+++ b/
SL/Template/Plugin/T8.pm
@@
-6,7
+6,7
@@
use parent qw( Template::Plugin::Filter );
my $cached_instance;
sub new {
- my
($class) = @_
;
+ my
$class = shift
;
return $cached_instance ||= $class->SUPER::new(@_);
}