* finish task #42425.

This commit is contained in:
王怡栋
2021-09-08 13:20:40 +08:00
parent b70ef8e1c0
commit c427beb6f9
+1 -1
View File
@@ -78,7 +78,7 @@
$nav = $task['nav'];
if(!commonModel::hasPriv($nav['module'], $nav['method'])) continue;
$task['name'] = $name;
$task['id'] = ++$idx;
$task['id'] = ++ $idx;
$task['url'] = helper::createLink($nav['module'], $nav['method'], isset($nav['vars']) ? $nav['vars'] : '', 'tutorial');
$tasks[$name] = $task;
?>