e107_plugins/import/providers/e107_import_class.php
Avoid too many return
statements within this method. Open
Open
return TRUE;
Call to undeclared method \e_db::isTable
Open
Open
$present = e107::getDb()->isTable('pcontent');
- Exclude checks
Variable $var
was undeclared, but array fields are being added to it. Open
Open
$var[0]['caption'] = "Use old 'Content Management' tables for Pages";
- Exclude checks
Reference to undeclared property \e107_import->pcontent
Open
Open
$this->pcontent = intval($_POST['pcontent']);
- Exclude checks