이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
가입하기
로그인
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
No known key found for this signature in database
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,
쓰기
미리보기
불러오는 중...
취소
저장