Compare commits
2 Commits
62b3e2798f
...
4fdda8435d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fdda8435d | ||
|
|
7a96809bfe |
@@ -277,7 +277,7 @@ class TopicNas extends Common
|
||||
}
|
||||
if ( !empty($article_categorys_two) ) {
|
||||
foreach ($article_categorys_new as &$vvv) {
|
||||
$vvv['child'] = isset($article_categorys_two[$vvv->pid])?$article_categorys_two[$vvv->pid]:'';
|
||||
$vvv['child'] = isset($article_categorys_two[$vvv->id])?$article_categorys_two[$vvv->id]:'';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user