Il sito funziona meglio con JavaScript.
Home
Registrati
Accedi
DedeBIZ
/
DedeV6
Segui
2
Vota
0
Forka
0
Codice
Pull Requests
0
Rilasci
29
Attività
Sfoglia il codice sorgente
Update image.helper.php
tags/6.3.2
tianya
9 mesi fa
parent
a4330baa14
commit
2252a7f04a
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/system/helpers/image.helper.php
+ 1
- 1
src/system/helpers/image.helper.php
Vedi File
@@ -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 {
Write
Preview
Loading…
Annulla
Salva