* Resolve issue #775.

This commit is contained in:
tianshujie
2023-04-13 16:22:45 +08:00
parent ee0f443ee4
commit e279e91070
13 changed files with 58 additions and 39 deletions
+1 -1
View File
@@ -4183,7 +4183,7 @@ class execution extends control
*/
public function doc($executionID)
{
$this->locate($this->createLink('doc', 'tableContents', "type=execution&objectID=$executionID"));
echo $this->fetch('doc', 'tableContents', "type=execution&objectID=$executionID");
}
/**