Fix phpcs
This commit is contained in:
parent
77ed591648
commit
8d4db1d085
@ -69,7 +69,7 @@ if ($id > 0)
|
|||||||
if (isset($_FILES['userfile']) && $_FILES['userfile']['size'] > 0 && $_POST["sendit"] && ! empty($conf->global->MAIN_UPLOAD_DOC))
|
if (isset($_FILES['userfile']) && $_FILES['userfile']['size'] > 0 && $_POST["sendit"] && ! empty($conf->global->MAIN_UPLOAD_DOC))
|
||||||
{
|
{
|
||||||
if ($object->id) {
|
if ($object->id) {
|
||||||
|
|
||||||
$file = $_FILES['userfile'];
|
$file = $_FILES['userfile'];
|
||||||
if (is_array($file['name']) && count($file['name']) > 0)
|
if (is_array($file['name']) && count($file['name']) > 0)
|
||||||
{
|
{
|
||||||
@ -82,11 +82,10 @@ if (isset($_FILES['userfile']) && $_FILES['userfile']['size'] > 0 && $_POST["sen
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!empty($file['tmp_name'])){
|
if(!empty($file['tmp_name'])) {
|
||||||
$object->add_photo($upload_dir, $file);
|
$object->add_photo($upload_dir, $file);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user