* Fix the report back link problem.

This commit is contained in:
tianshujie98
2021-04-20 14:28:33 +08:00
parent 6b7e386366
commit bb605c56f5
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
</div>
<div class="btn-toolbar pull-right">
<?php
if(!isset($browseType)) $browseType = '';
if(!isset($browseType)) $browseType = 'all';
if(!isset($orderBy)) $orderBy = '';
$link = common::hasPriv('task', 'report', $execution) ? $this->createLink('task', 'report', "execution=$executionID&browseType=$browseType") : '#';
echo html::a($link, "<i class='icon icon-bar-chart muted'></i> <span class='text'>{$lang->task->reportChart}</span>", '', 'class="btn btn-link"');