get rid of most of the checkstyle warnings

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-24 13:50:45 +01:00
parent 30f5902b88
commit 7416a41a42
41 changed files with 129 additions and 119 deletions

View File

@@ -134,7 +134,7 @@ if ($page == 'overview') {
's' => $s
));
} else {
\Froxlor\UI\HTML::ask_yesno('phpsetting_reallydelete', $filename, array(
\Froxlor\UI\HTML::askYesNo('phpsetting_reallydelete', $filename, array(
'id' => $id,
'page' => $page,
'action' => $action
@@ -279,7 +279,7 @@ if ($page == 'overview') {
's' => $s
));
} else {
\Froxlor\UI\HTML::ask_yesno('fpmsetting_reallydelete', $filename, array(
\Froxlor\UI\HTML::askYesNo('fpmsetting_reallydelete', $filename, array(
'id' => $id,
'page' => $page,
'action' => $action