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

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


Loading…
Cancel
Save