This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
26
Activity
Browse Source
Merge pull request
#9
from dedetech/dev
修正PHP7下无法删除栏目的BUG
tags/6.0.0
llgoer
GitHub
5 years ago
parent
22e5fd9a44
d92b011e89
commit
319ddb4ade
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
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
View 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…
Cancel
Save