小bug修复

This commit is contained in:
wangjinlei
2025-09-22 11:24:42 +08:00
parent e334e86fd8
commit 32b1c8c084

View File

@@ -160,7 +160,7 @@ class Article extends Controller {
//增加online //增加online
if(count($stack)>0){ if(count($stack)>0){
$stack[] = [ $stack[] = [
"type"=>8, "type"=>9,
"time"=>$article_info['ctime'] "time"=>$article_info['ctime']
]; ];
} }