Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 6, 2023
1 parent 779d632 commit f4166de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions htdocs/core/class/html.form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -9804,8 +9804,6 @@ public static function showphoto($modulepart, $object, $width = 100, $height = 0
$ret .= '</td></tr>';
$ret .= '</table>';
}
} else {
dol_print_error('', 'Call of showphoto with wrong parameters modulepart=' . $modulepart);
}

return $ret;
Expand Down

0 comments on commit f4166de

Please sign in to comment.