e107inc/e107

View on GitHub
e107_plugins/import/providers/e107_import_class.php

Summary

Maintainability
A
30 mins
Test Coverage
F
1%

Avoid too many return statements within this method.
Open

        return TRUE;
Severity: Major
Found in e107_plugins/import/providers/e107_import_class.php - About 30 mins to fix

    Call to undeclared method \e_db::isTable
    Open

            $present = e107::getDb()->isTable('pcontent');

    Variable $var was undeclared, but array fields are being added to it.
    Open

            $var[0]['caption']    = "Use old 'Content Management' tables for Pages";

    Reference to undeclared property \e107_import->pcontent
    Open

            $this->pcontent    = intval($_POST['pcontent']);

    There are no issues that match your filters.

    Category
    Status