From bbf8e0b88be034f89ecb583b83b05ca998c853e8 Mon Sep 17 00:00:00 2001 From: dingguodong Date: Thu, 22 Jul 2021 09:29:52 +0800 Subject: [PATCH] * Rename function name for jenkins. --- module/jenkins/control.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/jenkins/control.php b/module/jenkins/control.php index dd4dece55e..5540161481 100644 --- a/module/jenkins/control.php +++ b/module/jenkins/control.php @@ -116,13 +116,13 @@ class jenkins extends control } /** - * Ajax get tasks. + * AJAX: Get jenkins tasks. * * @param int $id * @access public * @return void */ - public function ajaxGetTasks($id) + public function ajaxGetJenkinsTasks($id) { if(empty($id)) die(json_encode(array('' => '')));