e107_plugins/import/providers/template_import_class.php
Avoid too many return
statements within this method. Open
Open
return TRUE;
Avoid too many return
statements within this method. Open
Open
if ($result === false) return false;
Avoid too many return
statements within this method. Open
Open
if ($result === false) return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
if ($result === false) return false;
Avoid too many return
statements within this method. Open
Open
if ($result === false) return false;
Avoid too many return
statements within this method. Open
Open
if ($result === false) return false;
Avoid too many return
statements within this method. Open
Open
if ($result === false) return false;
Avoid too many return
statements within this method. Open
Open
if ($result === false) return false;
Avoid too many return
statements within this method. Open
Open
if ($result === false) return false;
Assigning int
to property but \template_import->myparam
is false
Open
Open
$this->myparam = intval($_POST['news_author']);
- Exclude checks
Variable $var
was undeclared, but array fields are being added to it. Open
Open
$var[0]['caption'] = "Optional Parameter";
- Exclude checks