Code Duplication    Length = 5-5 lines in 2 locations

code/model/UserDefinedForm.php 2 locations

@@ 420-424 (lines=5) @@
417
        Requirements::javascript(USERFORMS_DIR . '/javascript/UserForm.js');
418
419
420
        if(file_exists(BASE_PATH . '/' . USERFORMS_DIR . "/thirdparty/jquery-validate/localization/messages_{$lang}.min.js")) {
421
            Requirements::javascript(
422
                USERFORMS_DIR . "/thirdparty/jquery-validate/localization/messages_{$lang}.min.js"
423
            );
424
        }
425
        if(file_exists(BASE_PATH . '/' . USERFORMS_DIR . "//thirdparty/jquery-validate/localization/methods_{$lang}.min.js")) {
426
            Requirements::javascript(
427
                USERFORMS_DIR . "/thirdparty/jquery-validate/localization/methods_{$lang}.min.js"
@@ 425-429 (lines=5) @@
422
                USERFORMS_DIR . "/thirdparty/jquery-validate/localization/messages_{$lang}.min.js"
423
            );
424
        }
425
        if(file_exists(BASE_PATH . '/' . USERFORMS_DIR . "//thirdparty/jquery-validate/localization/methods_{$lang}.min.js")) {
426
            Requirements::javascript(
427
                USERFORMS_DIR . "/thirdparty/jquery-validate/localization/methods_{$lang}.min.js"
428
            );
429
        }
430
        if ($this->HideFieldLabels) {
431
            Requirements::javascript(USERFORMS_DIR . '/thirdparty/Placeholders.js/Placeholders.min.js');
432
        }