Parcourir la source

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

tags/6.0.0
llgoer il y a 4 ans
Parent
révision
d92b011e89
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/include/typeunit.class.admin.php

+ 1
- 1
src/include/typeunit.class.admin.php Voir le fichier

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


Chargement…
Annuler
Enregistrer