Explorar el Código

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

tags/6.0.0
llgoer hace 4 años
padre
commit
d92b011e89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/include/typeunit.class.admin.php

+ 1
- 1
src/include/typeunit.class.admin.php Ver fichero

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


Cargando…
Cancelar
Guardar