Este sitio web funciona mejor con JavaScript.
Inicio
Registro
Iniciar sesión
DedeBIZ
/
DedeV6
Seguir
2
Destacar
0
Fork
0
Código
Pull Requests
0
Lanzamientos
29
Actividad
Explorar el Código
Update image.helper.php
tags/6.3.2
tianya
hace 9 meses
padre
a4330baa14
commit
2252a7f04a
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/system/helpers/image.helper.php
+ 1
- 1
src/system/helpers/image.helper.php
Ver fichero
@@ -138,7 +138,7 @@ if (!function_exists('ImageResizeNew')) {
{
try {
$image = new ImageResize($srcFile);
$image->resize
ToBestFit
($toW, $toH);
$image->resize($toW, $toH);
if ($issave) {
$image->save($toFile);
} else {
Escribir
Vista previa
Cargando…
Cancelar
Guardar