Fixing style errors.
This commit is contained in:
parent
d8dfe360ec
commit
bd88c9e0cd
@ -785,7 +785,7 @@ if (empty($reshook)) {
|
|||||||
}
|
}
|
||||||
if ($file_OK) {
|
if ($file_OK) {
|
||||||
if (image_format_supported($_FILES['photo']['name']) > 0) {
|
if (image_format_supported($_FILES['photo']['name']) > 0) {
|
||||||
if($current_logo != $object->logo) {
|
if ($current_logo != $object->logo) {
|
||||||
$fileimg = $dir.'/'.$current_logo;
|
$fileimg = $dir.'/'.$current_logo;
|
||||||
$dirthumbs = $dir.'/thumbs';
|
$dirthumbs = $dir.'/thumbs';
|
||||||
dol_delete_file($fileimg);
|
dol_delete_file($fileimg);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user