Sfoglia il codice sorgente

Merge pull request #9 from dedetech/dev

修正PHP7下无法删除栏目的BUG
tags/6.0.0
llgoer GitHub 4 anni fa
parent
commit
319ddb4ade
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/include/typeunit.class.admin.php

+ 1
- 1
src/include/typeunit.class.admin.php Vedi File

@@ -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,


Loading…
Annulla
Salva