Disable Yoda style

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2022-08-12 18:55:27 +02:00
parent 87d8e972eb
commit 6a39cc3b4a
21 changed files with 257 additions and 256 deletions

View File

@@ -29,7 +29,7 @@ if (isset($setupVars['WEBTHEME'])) {
// May be overwritten by settings tab
if (isset($_POST['field'])
&& 'webUI' === $_POST['field']
&& $_POST['field'] === 'webUI'
&& isset($_POST['webtheme'])) {
$webtheme = $_POST['webtheme'];
}