XoopsModules25x/wfdownloads

View on GitHub
class/ModificationHandler.php

Summary

Maintainability
A
1 hr
Test Coverage

Method approveModification has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function approveModification($requestid)
    {
        $sql = "UPDATE {$this->table} m, {$this->helper->getHandler('Download')->table} d";
        $sql .= " SET
            d.cid = m.cid,
Severity: Minor
Found in class/ModificationHandler.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status