XoopsModules25x/lexikon

View on GitHub
include/updateblock.inc.php

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                    for ($j = 0, $jMax = count($old_vals); $j < $jMax; ++$j) {
                        $def_vals[$j] = $old_vals[$j];
                    }
Severity: Major
Found in include/updateblock.inc.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status