このサイトはJavaScriptを使用しています
ホーム
登録
サインイン
DedeBIZ
/
DedeV6
ウォッチ
2
スター
0
フォーク
0
コード
プルリクエスト
0
リリース
31
アクティビティ
ソースを参照
Update image.helper.php
tags/6.3.2
tianya
10ヶ月前
親
a4330baa14
コミット
2252a7f04a
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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 {
書き込み
プレビュー
読み込み中…
キャンセル
保存