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:
a2ec076
)
Menu wird nicht mehr im Dispatcher verwaltet
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 17 Oct 2012 14:32:00 +0000
(16:32 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 17 Oct 2012 14:32:00 +0000
(16:32 +0200)
SL/Layout/Dispatcher.pm
patch
|
blob
|
history
diff --git
a/SL/Layout/Dispatcher.pm
b/SL/Layout/Dispatcher.pm
index
ea14319
..
89c950b
100644
(file)
--- a/
SL/Layout/Dispatcher.pm
+++ b/
SL/Layout/Dispatcher.pm
@@
-2,7
+2,6
@@
package SL::Layout::Dispatcher;
use strict;
-use SL::Menu;
use SL::Layout::Admin;
use SL::Layout::Login;
use SL::Layout::Classic;
@@
-10,8
+9,6
@@
use SL::Layout::V3;
use SL::Layout::V4;
use SL::Layout::Javascript;
-my %menu_cache;
-
sub new {
my ($class, %params) = @_;