本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
註冊
登入
DedeBIZ
/
DedeV6
關注
2
收藏
0
複製
0
程式碼
合併請求
0
版本發佈
26
活動
瀏覽代碼
Merge pull request
#9
from dedetech/dev
修正PHP7下无法删除栏目的BUG
tags/6.0.0
llgoer
GitHub
5 年之前
父節點
22e5fd9a44
d92b011e89
當前提交
319ddb4ade
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID:
4AEE18F83AFDEB23
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/include/typeunit.class.admin.php
+ 1
- 1
src/include/typeunit.class.admin.php
查看文件
@@ -339,7 +339,7 @@ class TypeUnit
function DelType($id, $isDelFile)
{
$this->idCounter = 0;
$this->idArray =
""
;
$this->idArray =
array()
;
$this->GetSunTypes($id);
$query = "
SELECT #@__arctype.*,#@__channeltype.typename AS ctypename,
Write
Preview
Loading…
取消
儲存