Il sito funziona meglio con JavaScript.
Home
Registrati
Accedi
DedeBIZ
/
DedeV6
Segui
2
Vota
0
Forka
0
Codice
Pull Requests
0
Rilasci
29
Attività
Sfoglia il codice sorgente
修正PHP7下无法删除栏目的BUG
tags/6.0.0
llgoer
5 anni fa
parent
22e5fd9a44
commit
d92b011e89
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
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
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,
Write
Preview
Loading…
Annulla
Salva