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:
5f9aa88
)
Controller-Namensraum nur ohne "strict refs" durchsuchbar
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 30 Dec 2010 15:31:59 +0000
(16:31 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 30 Dec 2010 15:31:59 +0000
(16:31 +0100)
SL/Controller/Base.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Base.pm
b/SL/Controller/Base.pm
index
982c379
..
0c81470
100644
(file)
--- a/
SL/Controller/Base.pm
+++ b/
SL/Controller/Base.pm
@@
-98,6
+98,7
@@
sub _controller_name {
sub _dispatch {
my $self = shift;
+ no strict 'refs';
my @actions = grep { m/^action_/ } keys %{ ref($self) . "::" };
my $action = first { $::form->{$_} } @actions;