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; }