Explorar el Código

missing jpeg suffix for conversion

master
Pascal Gloor hace 5 años
padre
commit
62f5a94c1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      cgi/autodoc.fcgi

+ 1
- 1
cgi/autodoc.fcgi Ver fichero

@@ -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);
}


Cargando…
Cancelar
Guardar