updatedb
This commit is contained in:
@@ -34,10 +34,9 @@ sub merge_hash{
|
||||
}
|
||||
|
||||
sub load_module{
|
||||
my $c=shift;
|
||||
my $dir=shift //"$c->{stash}{controller}/$c->{stash}{action}";
|
||||
my $dir=shift;
|
||||
my $lpath= Dojo::Conf::MOD."/$dir";
|
||||
my $h; $h->{js}=[]; $h->{css}=[]; #no me gusta!!!
|
||||
my $h;
|
||||
$h->{layout} = "default";
|
||||
my $q;
|
||||
my @s= get_names($lpath);
|
||||
|
||||
Reference in New Issue
Block a user