* Modify the getScrumprojectParams method to getSprintParams method

This commit is contained in:
hufangzhou
2020-08-31 17:40:56 +08:00
parent 245f1992dc
commit 29a975bbb0
2 changed files with 1 additions and 45 deletions
+1 -1
View File
@@ -936,7 +936,7 @@ class blockModel extends model
* @access public
* @return string
*/
public function getScrumprojectParams($module = '')
public function getSprintParams($module = '')
{
$params->num['name'] = $this->lang->block->num;
$params->num['control'] = 'input';