Browse Source

missing jpeg suffix for conversion

master
Pascal Gloor 5 years ago
parent
commit
62f5a94c1c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cgi/autodoc.fcgi

+ 1
- 1
cgi/autodoc.fcgi View File

$conf->{path}{global}, $conf->{path}{error_img}); $conf->{path}{global}, $conf->{path}{error_img});
} }
else { else {
$src = sprintf("%s/%s/%s",
$src = sprintf("%s/%s/%s.jpeg",
$conf->{path}{global}, $conf->{path}{original}, $id); $conf->{path}{global}, $conf->{path}{original}, $id);
} }



Loading…
Cancel
Save