From aa351b80fef035563bb8e1c54716373c857fb3fb Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 24 Jun 2022 19:04:22 +0800 Subject: [PATCH] 1 --- webapp/controller/TempToolsController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/TempToolsController.class.php b/webapp/controller/TempToolsController.class.php index 6887c289..e785c111 100644 --- a/webapp/controller/TempToolsController.class.php +++ b/webapp/controller/TempToolsController.class.php @@ -92,7 +92,7 @@ class TempToolsController extends BaseController { 'name' => '', 'ranked' => $ranked, 'score' => $row['value'], - 'modifytimie' => $row['modifytime'] + 'modifytime' => $row['modifytime'] )); ++$ranked; }