소스 검색

修正PHP7下无法删除栏目的BUG

tags/6.0.0
llgoer 4 년 전
부모
커밋
d92b011e89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +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,


불러오는 중...
취소
저장