filenames

use kebab-case for file names
remove camelCase and snake_case
This commit is contained in:
Milan
2019-10-17 20:22:10 +02:00
parent c93b394307
commit 9792336ac8
87 changed files with 74 additions and 78 deletions

View File

@@ -254,7 +254,7 @@ sub check_params {
#template
my $template = '';
if ( defined $checked->{action} ) {
$template = template::check( $config, $params->{template}, 'edit_comment' )
$template = template::check( $config, $params->{template}, 'edit-comment' )
if $checked->{action} eq 'showComment';
} else {
$template = template::check( $config, $params->{template}, 'comments' );