This website works better with JavaScript.
首頁
註冊
登入
DedeBIZ
/
DedeV6
關註
2
收藏
0
複製
0
程式碼
合併請求
0
版本發佈
29
Activity
瀏覽代碼
Update image.helper.php
tags/6.3.2
tianya
9 月之前
父節點
a4330baa14
當前提交
2252a7f04a
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
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
查看文件
@@ -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…
取消
儲存