* finish task #42425.
This commit is contained in:
@@ -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;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user